Computer Science, asked by 031018203, 3 months ago

Is 'define' and '5name' are variable in c?? pls explain.

Answers

Answered by parikshit17
0

Answer:

Variable names are just the symbolic representation of a memory location. For example: ... Here, playerScore is a variable of int type. Here, the variable is assigned an integer value 95 . The value of a variable can be changed, hence the name variable.

Similar questions