Multiple Choice
Which of the following function with ellipsis are illegal?
A) void func(…) ;
B) void func(int, …) ;
C) void func(int, int, …) ;
D) none of the mentioned
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q19: What action is carried out by scanf
Q20: If the conversion characters of int d,
Q22: Which header file includes a function for
Q23: The syntax of the scanf() is scanf("control
Q24: The standard header _ is used for
Q25: What is the use of symbol *
Q26: What happens when zero flag is used