Q. Which of the following function with ellipsis are illegal? (Solved)
1. void func(…);
2. void func(int, …);
3. void func(int, int, …);
4. none of the mentioned
- a. void func(…);
1. void func(…);
2. void func(int, …);
3. void func(int, int, …);
4. none of the mentioned