Computer Science, asked by Atisha20, 6 hours ago

what is a function prototype in c ? explain with an example.​

Answers

Answered by cskfan375
1

Explanation:

A function prototype is one of the most important features of C programming which was originated from C++. ... In the same way, a function prototype is a function which specifies return type, function name and its parameter to the compiler so that it can match with the given function calls when required

Similar questions