Multiple Choice
The standard header _______ is used for variable list arguments (…) in C.
A)
B)
C)
D)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: What action is carried out by scanf
Q20: If the conversion characters of int d,
Q21: Which of the following function with ellipsis
Q22: Which header file includes a function for
Q23: The syntax of the scanf() is scanf("control
Q25: What is the use of symbol *
Q26: What happens when zero flag is used
Q27: What error is generated on placing an
Q28: Which of the following macro extracts an
Q29: What is the value of EOF?<br>A)-1<br>B)0<br>C)1<br>D)10