What is variable in c program?
Answers
Answered by
2
Answer:
Variables in C Language. Variable is the name of memory location. Unlike constant, variables are changeable, we can change value of a variable during execution of a program. A programmer can choose a meaningful variable name. Example : average, height, age, total etc.
Similar questions