Discuss Function prototyping, with an example. Also write its advantage ?
Answers
Answered by
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