Home » C Programming » Library Functions

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

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!