What is the result of the following statement in C, if integers are outputted and data type of x, y, z is float?
x = y = z = 0;1
x = null, y = null, z = null
2
x = 0; y = 0; z = 0
3
Runtime error
4
Compile time error
What is the result of the following statement in C, if integers are outputted and data type of x, y, z is float?
x = y = z = 0;