Q:

WHAT IS VARIABLE IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT IS VARIABLE IN C?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this 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.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS THE DIFFERENCE BETWEEN CONSTANT AND VARIAB... >>
<< WHAT ARE THE TYPES OF CONSTANTS IN C?...