0
what is a variable?
Answer:
A variable can be considered as a name given to the memory location where the constant is stored.
syntax: <datatype> <variablename>;
tags: interview questions, interview question what is a variable, what is a variable
A variable can be considered as a name given to the memory location where the constant is stored.
syntax: <datatype> <variablename>;
tags: interview questions, interview question what is a variable, what is a variable
Post a Comment