Home » C Programming » Input / Output

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

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!