Vidyalelo
C Programming · Q216

File Input Output

Programming · C Programming · question 216

Q216

Which of the following function with ellipsis are illegal?

A.
void func(...);
Answer
B.
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