

MCQOPTIONS
Saved Bookmarks
1. |
What is the value stored in x in following lines of code? int x, y, z; x = 0; y = 1; x = y = z = 8; |
A. | 0 |
B. | 1 |
C. | 9 |
D. | 8 |
Answer» E. | |