What will be the output of the program?
#include int main() { int i; i = scanf("%d %d", &i, &i); printf("%d\n", i); return 0; }
Answer: B
No answer description available for this question.