Is 'define' and '5name' are variable in c?? pls explain.
Answers
Answered by
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