What is the output of following code?
int x=5,y=6,z=8,r
r=x!=4 || y10 && z0
print(r)


Posted on by