adplus-dvertising
frame-decoration

Question

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

Posted under C Programming

Answer: (d).none of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is an invalid method for input?