+ 3
How definition variables in c++?
6 Answers
+ 2
thanks
+ 2
your welcome
+ 2
thanks
+ 1
#define somthing 2
now if you type:
cout << something;
it will print 2
your define must be before the main () function
+ 1
"int x;" defines una variable tipo entero :(
+ 1
Veriables are uaed to store information or values