What are the variables in the “C” programing language?
Variable
- Variables are the name.
- It connects to the storage location in the main memory of the computer system.
- Variables hold data in the program.
- The value of the variables can be changed into the program during execution of the program.
- After you declare in a program then you can place the value of the variable.
- Variable makes a dynamic program because the value can be change during execution of the program and get the result.
- Variable can holds constant value in the program and get quick result or an output of the program after compile and execution of the program.
No comments:
Post a Comment