0
what are veriables
plz tell me
3 Réponses
+ 4
Google first then ask here. A good programmer has to know how to use google.
+ 3
they store values
+ 2
its variables
not veriables
variables are something that can "vary" means change their value
like if we initialise x as
int x =0
here x is variable and we can alter its value if needed