adplus-dvertising
frame-decoration

Question

What is the result of the following statement?

x = y = z = 0;

a.

x = 0, y = Null, z = Null

b.

x = 0, y = 0, z = 0

c.

x = 0, y = 1, z = 2

d.

the statement is incorrect

Answer: (b).x = 0, y = 0, z = 0

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the result of the following statement? x = y = z = 0;