Home » C Programming » Input / Output

What will be the output of the program? #include<stdio.h> int main() { int k=1; printf("%d == 1 is" "%s\n", k, k==1?"TRUE":"FALSE"); return 0; }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!