Multiple Choice
What will the following statement do if x equals 17 and answer = 20?
Answer = x > 100 ?
0 : 1;
A) Assign 0 to answer.
B) Assign 0 to x.
C) Assign 1 to answer.
D) Assign 1 to x.
E) Assign 17 to answer.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Assuming moreData is a Boolean variable, the
Q31: To check if a variable has a
Q32: All of the relational operators are binary.
Q33: The expression x < y is called
Q34: The default section of a switch statement
Q35: The _ statement acts like a chain
Q37: Assuming goodData is a Boolean variable, the
Q38: When a program lets the user know
Q39: In C++ when a relational expression is
Q40: A trailing else placed at the end