Q216
Which of the following function with ellipsis are illegal?
A.
void func(...);
AnswerB.
void func(int, ...);
C.
void func(int, int, ...);
D.
none of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board