Wednesday, 3 August 2011

ASSIGNMENT COMMANDS IN PROGRAMMING?

It is a fundamental feature of computer that it stores data into it is possible to put and easily be recovered in short computer can overwrite data and then recover it from there when we needed this concept is the ASSIGNMENT COMMAND concept.

the simplest form of assignment

                  x : =3
                  x : =y+1
example 1 set the value of "x"  to 3 i.e, it overwrite x with 3.....2nd example set the value of "x" 1 more then the value of "y".

assignment is the most important concept of computer programming it is the basic for the programmer.

Think for a minute that u can replace every thing from your desire things and then use it again and again without altering that location......















No comments:

Post a Comment