Question: 29
(Choose 2 answers)
FJOVERFLOW.COM
What is the result of the following C++ expression?
int x = 4;
int y = 2;
bool result (x < y)? true : false;
A. result is true
B. result is false
C. result is 1
D. result is 0
E. All of the others
F. result is F