Question: Which of the following is a correct format for declaration of function?

Options

A : return-type function-name(argument type);

B : return-type function-name(argument type){}

C : return-type (argument type)function-name;

D : all of the mentioned

Click to view Correct Answer

Previous || Next

C Interview Questions Basics Functions more questions

What is the use of is_heap_until() function?

What is the use of accumulate function in a numeric....

Which of the following is correct about tuple_size?

Which of the following is correct about none() function in....

Which of the following is correct about any() function in....

The ability for programmers to use the same written and....

_________ is the external jamb of a door.

The horizontal stones provided at the top of openings of....

Which of the following is not an acoustical defect?

The science which deals with the sound insulation in a....

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