Science, asked by pranavchowdary9726, 1 year ago

What is function prototype in c language?

Answers

Answered by laxma
0
prototype is a declaration of functions that specifies function name and type signature
Answered by Anonymous
1

A function prototype is a declaration of the function that tells the program about the type of value return by the  function the number and type of arguments.

Similar questions