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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board