Q.

Which of the following function with ellipsis are illegal?

A. void func(…);
B. void func(int, …);
C. void func(int, int, …);
D. none of the mentioned
Answer» A. void func(…);
2.2k
0
Do you find this helpful?
14

View all MCQs in

C Language

Discussion

No comments yet