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