Which of the following function with ellipsis are illegal?
Posted: Wed Jul 13, 2022 7:54 pm
a) void func(…);
b) void func(int, …);
c) void func(int, int, …);
d) none of the mentioned
b) void func(int, …);
c) void func(int, int, …);
d) none of the mentioned