InterviewSolution
Saved Bookmarks
| 1. |
Select the correct value of i from given options i=scanf("%d %d", &a, &b);(a) 1(b) 2(c) 3(d) No value assignedThe question was asked during an online interview.Asked question is from scanf topic in portion Input and Output in C of C |
|
Answer» The CORRECT answer is (b) 2 |
|