Examveda

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: Option A


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output