C Programming - Declarations and Initializations - Discussion

Discussion Forum : Declarations and Initializations - General Questions (Q.No. 11)
11.
When we mention the prototype of a function?
Defining
Declaring
Prototyping
Calling
Answer: Option
Explanation:

A function prototype in C or C++ is a declaration of a function that omits the function body but does specify the function's name, argument types and return type.

While a function definition specifies what a function does, a function prototype can be thought of as specifying its interface.

Discussion:
46 comments Page 5 of 5.

Likhitha said:   4 years ago
Thank you everyone for explaining.

Sindhu said:   1 decade ago
What does exactly prototype mean?

Ravi said:   1 decade ago
What is the calling function?

RAJESH KUMAR said:   4 years ago
Thank You, everyone.

Sankar said:   1 decade ago
What is prototype?

Srinu said:   1 decade ago
What is prototype?


Post your comments here:

Your comments will be displayed after verification.