#include<stdio.h >
int main()
{
    int x = 10, y = 20, z = 5, i ; 
    i = x<y<z ; 
    printf ("%d\n");
    return 0;
}
What is will be the output?

Posted on by