

McqMate
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(…); |
View all MCQs in
C LanguageNo comments yet