Computer Science, asked by Khayez5374, 7 months ago

Discuss Function prototyping, with an example. Also write its advantage ?

Answers

Answered by shivamsharma03
4

Answer:

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.

Similar questions