Multiple Choice
If by mistake you specify more number of arguments, the excess arguments will ____________
A) be ignored
B) produce compile error
C) produce run-time error
D) produce logical error
Correct Answer:

Verified
Correct Answer:
Verified
Q8: What does the C statement given below
Q9: Select the correct value of i from
Q10: For floating point numbers, the precision flag
Q11: What is the return value of putchar()?<br>A)The
Q12: Which among the following is the odd
Q14: scanf() is a predefined function in_header file.<br>A)stdlib.
Q15: Output justification such as decimal point, numerical
Q16: What is the prototype of scanf function?<br>A)scanf("controlstring",arg1,arg2,arg3,….,argn);<br>B)scanf("control
Q17: Escape sequences are prefixed with _<br>A)%<br>B)/<br>C)"<br>D)None of
Q18: The type va_list in an argument list