1.

What Do You Understand By A Variable?

Answer»

The variables PLAY a very important role in computer programming. Variables enable programmers to write flexible programs. It is a MEMORY location that has been named so that it can be easily be referred to in the program. The variable is used to HOLD the data and it can be changed during the course of the EXECUTION of the program.

The variables play a very important role in computer programming. Variables enable programmers to write flexible programs. It is a memory location that has been named so that it can be easily be referred to in the program. The variable is used to hold the data and it can be changed during the course of the execution of the program.



Discussion

No Comment Found