WHAT IS VARIABLE IN C?
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.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
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.
need an explanation for this answer? contact us directly to get an explanation for this answer