Q74
What is the value of the following 8-bit integer after all statements are executed? int x = 1; x = x > 7;
A.
1
B.
-1
C.
127
D.
Implementation defined
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board