McqMate
Q. |
If the user enters 1 s 3.2, what value will be returned by the scanf()?scanf("%d %f %c", &a, &b, &c); |
A. | 1 |
B. | 2 |
C. | 3 |
D. | no return value |
Answer» A. 1 |
View all MCQs in
C LanguageNo comments yet