Vidyalelo
C++ Programming · Q74

Variables and Data Types in C++

Programming · C++ Programming · question 74

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board