Saved Bookmarks
| 1. |
2. What are function prototypes? |
Answer» 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... |
|