What is the output of following code
#includestdio.h
int main()
{
int k, n=20;
k = (n3 ? (n 10 ? 50 : 100): 300);
printf("%d\n", n);
return 0;
}


Posted on by