Easy Tutorial
For Competitive Exams

What is the value stored in x in following lines of code?
int x, y, z;
x = 0;
y = 1;
x = y = z = 8;

0
1
9
8
Share with Friends
Privacy Copyright Contact Us