0

What is variable in c++

12th Oct 2016, 7:48 AM
Ansh
Ansh - avatar
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
12th Oct 2016, 9:42 AM
BIMAL RAMPARIA
+ 4
A variable is your object. The variable needs to have a data type (int, double, float).
12th Oct 2016, 9:01 AM
Raul
Raul - avatar
+ 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
12th Oct 2016, 2:47 PM
Manisha Patil
Manisha Patil - avatar
+ 2
thnx to all. provide diffrent diffrent definations
13th Oct 2016, 6:56 AM
Ansh
Ansh - avatar