Multiple Choice
Variables are also known as:
A) lvalues, but can be used as rvalues.
B) lvalues, and cannot be used as rvalues.
C) rvalues, and cannot be used as lvalues.
D) Constant variables.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Which of the following is false?<br>A) The
Q7: An example of a unary operator is:<br>A)
Q8: Which of the following is false?<br>A) break
Q9: The _, _ and _ are the
Q10: Which of the following is not one
Q12: In a switch statement:<br>A) A break is
Q13: Consider the following code, assuming that x
Q14: Consider the execution of the following for
Q15: In C++, the condition (4 > y
Q16: Which of the following is not one