Page 1 of 1

Which of the following function with ellipsis are illegal?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) void func(…);
b) void func(int, …);
c) void func(int, int, …);
d) none of the mentioned