Question: Which of the following function with ellipsis are illegal?

Options

A : void func(…);

B : void func(int, …);

C : void func(int, int, …);

D : none of the mentioned

Click to view Correct Answer

Previous ||

C Programming Variable Length Argument more questions

Which of the following property determines how much variation in....

Which of the following property sets the speed at which....

Which of the following property sets the volume for spoken....

What should be passed in parameters when function does not....

Which of the following is integral data type?

Choose the incorrect option.

Which of the following represents the function for scanf()?

What is the syntax of ungetc()?

If malloc() and calloc() are not type casted, the default....

WiMAX provides _______

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Programming Sizeof Keyword 1

C Programming Sizeof Keyword 2

C Programming Storage Management 1

C Programming String Operations

C Programming Ungetc 2

C Programming Variable Names 1

C Programming Variable Names 2

C Plus Plus Aptitude Question Answer Pointers

Cplusplus Interview Basic String

C Plus Plus Interview Macros