What will be the output of the following pseudo code
function f()

Integer x,y,z

x=3,y=4,z=4;

print((z=y=x)?1:0);

End function


Posted on by