MCQOPTIONS
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; }