Vidyalelo
C Programming · Q103

File Input Output

Programming · C Programming · question 103

Q103

Which of the following is an invalid method for input?

A.
scanf("%d%d%d",&a, &b, &c);
B.
scanf("%d %d %d", &a, &b, &c);
C.
scanf("Three values are %d %d %d",&a,&b,&c);
D.
none of the mentioned
Answer

Answer: Option D

Solution

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