Geography, asked by inaya5, 6 months ago

what do you understand by c variable? explain with example.​

Answers

Answered by ramrocker
2

Answer:

Explanation:

C variable is a named location in a memory where a program can manipulate the data. This location is used to hold the value of the variable. The value of the C variable may get change in the program. C variable might be belonging to any of the data type like int, float, char etc.

Answered by InnocentCandy
7

Answer

C variable is a named location in a memory where a program can manipulate the data. This location is used to hold the value of the variable. The value of the C variable may get change in the program. C variable might be belonging to any of the data type like int, float, char etc.

Hope its help u

Similar questions