Computer Science, asked by 114730, 1 year ago

what is the purpose of variables?

Answers

Answered by Anonymous
1
variable is that we assumed to find the accurate value of the given equation...

variable have no it's own importance its only use for our convention rule to find accurate value..
Answered by guptagitanshu
0
Variables are name memory location in C++ language, it stores values i.e. String, character, integer, double or long.
For Example,
int a = 12. //where a is the variable and 12 is the value stored in it
char str = 'a'. //where str is variable and 'a' is the value stored in it
Similar questions