Vidyalelo
C Programming · Q135

File Input Output

Programming · C Programming · question 135

Q135

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
Answer
D.
No return value

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board