Multiple Choice
Which of the following statements about rvalues and lvalues is NOT true?
A) Any expression that yields a value can be an rvalue.
B) A variable declared for an array cannot be an rvalue, but individual array variables can be.
C) A variable declared for an array can be an lvalue.
D) Individual numbers can only be an rvalue.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The cast operator is a binary operator.
Q2: Data type conversions take place across assignment
Q3: To access the mathematical functions such as
Q5: Formatted floating-point numbers require _ field width
Q6: The order of the format modifiers in
Q7: The arguments passed to a mathematical function
Q8: _ statements are also called equivalence statements.<br>A)Assignment<br>B)Prompt<br>C)#include<br>D)#define
Q9: The fflush() function flushes the input buffer
Q10: The cast operator has the syntax _.<br>A)(dataType
Q11: In C, the _ symbol is called