Q.

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» D. none of the mentioned
1.4k
0
Do you find this helpful?
1

View all MCQs in

C Language

Discussion

No comments yet