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 4 of 5.

TOMSON said:   1 decade ago
What is the difference between initializing and declaring?

Vikas said:   8 years ago
What is the difference between initializing and defining?
(1)

Niharika said:   1 decade ago
What is the difference between prototyping and declaring?

Rajalakshmi said:   1 decade ago
What is difference between definition and declaration?

AmolKotwal said:   1 decade ago
Is initialization and Definition of varible same?

Sam said:   10 years ago
How we says that prototyping is the declaring?
(1)

Brijesh Nishad said:   1 decade ago
What is the actually function prototype?

Athira Prasannan said:   10 years ago
Hai friends,

Can you explain prototype?

Gursimran said:   1 decade ago
What about initializing and defining. ?

Prathyusha said:   1 decade ago
Thank you for your feedback @sundar.


Post your comments here:

Your comments will be displayed after verification.