Consider the following C statement: int i = 5, n = 2, z;z = (i! =n) || i>n && n; printf(z = %d,z); What would be the value of 'z'?
Reveal answer
Fill a bubble to check yourself
Consider the following C statement: int i = 5, n = 2, z;z = (i! =n) || i>n && n; printf(z = %d,z); What would be the value of 'z'?