SAMIR UDDIN

Hello guys welcome to my web blog ,my very special blog gives you latest technical knowledges and I want to proviod you quality and short posts .If you need any type of posts please tell me in comment section,If anybody have some questions related to my posts please tell me at https://www.samirmd.blogspot.com https://www.youtube.com/channel/UC4k3h0R2H8HVSQqAbuYY27Q https://www.facebook.com/mdsamir.shaikh.948

Latest Tweets

LightBlog
Responsive Ads Here

Monday, September 25, 2017

Type Conversion Type conversion is done when the expression has variables of different data types §Type conversion is used to convert a type of a variable into another data types. §There are two types of Type conversion in Computer programming.. 1)Implicit/Automatic conversion 2)Explicit/Forced conversion §Implicit is a type conversion...

Friday, August 18, 2017

Features Of Java ØSimple ØObject Oriented Language ØDistributed ØInterpreted ØRobust ØSecure ØPortable ØMulti-Threaded ØGarbage Collector ØSimple Java Programming is simple to understand because OPP(Object Oriented Programming) is 100% applicable in Java programming language. ØObject Oriented Language Object oriented programming...

Saturday, August 12, 2017

Saturday, August 5, 2017

How To Make gif Gift for Sharing Your Friends By Youtube 1.Open the youtube search any videos and in link of that youtube page youb just type gif before the youtube like www.gifyoutube.com...Must Watch 2.After that you may go to another page and you can set the time in which you want a gif. 3.In...
How to repeat videos on youtube without using mouse 1.Open the youtube and in link of youtube page you just type repeat after the youtube like www.youtuberepeat.com...Must Watch 2.After that you may go to another page and you can enjoy your favorite videos or songs. https://www.youtube.com/channel/UC4k3h0R2H8HVSQqAbuYY27Q Must...

Friday, August 4, 2017

Variable & Constant Variable §A variable is nothing but a name given to a storage area that our programs can manipulate. Each variable in C has a specific  data type, which determines the size of the variable's memory. §A variable is an entity that does change.  Numeric VariableàUsed to stores either integer values or character ...
Operators in C Programming Arithmetic operators  Multiply(*)  Divide(/)  Addition(+)  Subtraction(-)  Modulus(%) Relational operator Less than(<) Greater than(>) Less than equal to(<=) Greater than equal to(>=) Equality operator  Equal to(==) Not equal to(!=) Logical operator Logical AND...
Keywords & Data Types Keywords §It is set of reserved words . §It is basically  a sequence of characters that have a fixed meaning. §There are 32 keywords are present in C programming. Eg/    auto,break,continue,case ,default,if ,else,double,enum,goto,long return,union,static,signed,unsigned,switch and void etc….   Data...