What are the two values associated with a variable?
Answers
Answered by
0
Answer:
When you define a variable in C++, you must tell the compiler not only what its name is, but also what kind of information it will hold: integer, character, and so forth. This is the variable's type. The type of the variable tells the compiler how much room to set aside in memory to hold the variable's value .
Answered by
1
Answer:
positive and nagative values
Similar questions