Computer Science, asked by rahulvats9044, 1 year ago

What are the advantages of function prototype in C++?

Answers

Answered by ExpertSohanXLR8
0

Explanation:

Advantages of function prototype : - It helps the compiler in determining whether a function is called correctly or not. Each time when a function is called, its calling statement is compared with its prototype. In case of any mismatch, compiler reports an error.

Please Mark me brainliest!!!

Similar questions