Home » Interview » Technology

What is function prototype in C++?

Correct Answer: A function prototype is a declaration of a function that omits the function body It specifies the function’s name, argument types and return type Eg int add(int,int)

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion