Vidyalelo
C Programming · Q176

File Input Output

Programming · C Programming · question 176

Q176

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
Answer
B.
2
C.
3
D.
no return value

Answer: Option A

Solution

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