0
What is variable in c++
4 Antworten
+ 6
A variable is a space in memory storage area that is accessed or manipulate by program.
Name of the variable is a virtual name given to that storage area for the purpose of manipulation of data value
+ 4
A variable is your object. The variable needs to have a data type (int, double, float).
+ 3
it is a memory location with a specific name (which you can provide)alloted with a memory depending on the data type used....programmer or the compiler can add values to iy
+ 2
thnx to all. provide diffrent diffrent definations