1.

2. What are function prototypes?​

Answer»

EXPLANATION:

FUNCTION Prototype:-

➡ In computer programming,,,a function prototype or function interface is a DECLARATION of a function that specifies the function name and type SIGNATURE but emits the function body....

➡ It gives information to the compilers that the function may LATER be used in the program...



Discussion

No Comment Found