Correct Answer: A function prototype is a declaration of a function that omits the function body It specifies the function’s name, argument types and return type Eg int add(int,int)