Question: Which of the following function declaration is illegal?

Options

A : int 1bhk(int);

B : int 1bhk(int a);

C : int 2bhk(int*, int []);

D : all of the mentioned

Click to view Correct Answer

Next

C Interview Questions Basics Functions more questions

Which of the following declaration will result in run-time error?

The correct statement for a function that takes pointer to....

How do you allocate a matrix using a single pointer....

Which of the following is illegal?

Which of the following is not a valid variable name....

What is the correct syntax of declaring array of pointers....

How do you instantiate an array in Java?

How do you initialize an array in C?

Which of the following correctly declares an array?

What is the signature of math in function using command....

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Interview Experienced Storage Management

C Interview For Freshers String Operations

C Interview Freshers Random Number Generation

C Interview Freshers Typedefs

C Interview Freshers Variable Length Argument

C Interview Questions Character Class Testing Conversions

C Interview Questions Character Pointers Functions

C Interview Questions Command Line Arguments

C Interview Questions Conditional Inclusion

C Interview Questions Experienced Break Continue