Home » C Programming » Expressions

What will be the output of the program? #include<stdio.h> int main() { int x=55; printf("%d, %d, %d\n", x<=55, x=40, x>=10); return 0; }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!