CS Electrical And Electronics
@cselectricalandelectronics

What is function prototyping?

All QuestionsCategory: Cpp LanguageWhat is function prototyping?
chetan shidling asked 4 years ago

I need short information.

1 Answers
chetan shidling answered 4 years ago

As we normally declare the variables before they are used, the functions also should be declared before they are defined. This process of declaring the functions before they are used is called a function prototype. The function prototype is also called a function declaration.