Computer Science, asked by bharathi3602, 5 months ago

What is variable in c program?​

Answers

Answered by smita75
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