Discussion Forum : Operators
Question -

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

Options:
A .  0
B .  1
C .  9
D .  8
Answer: Option D

None.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *