

MCQOPTIONS
Saved Bookmarks
1. |
What would be the output of the following program? int main() { int x,y=10,z=10; x = (y = = z); cout |
A. | 1 |
B. | 0 |
C. | 10 |
D. | Error |
Answer» B. 0 | |