Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: The maximum number of characters to be
Q32: The conversion characters d, i, o, u,
Q33: Which of the following represents the function
Q34: What specifies the minimum number of characters
Q35: What symbol is used to Left-justify within
Q37: What are the Properties of the first
Q38: What will be the output for the
Q39: Each call of va_arg _<br>A)Returns one argument<br>B)Steps
Q40: What is the meaning of the following
Q41: What is the default return-type of getchar()?<br>A)char<br>B)int<br>C)char