123k views
2 votes
The _________ is the part of a function definition that shows the function name, return

type, and parameter list.

User Zizou
by
8.9k points

1 Answer

3 votes

Answer:

The function prototype is the part of a function definition that shows the function name, return type, and parameter list.

Explanation:-

In general we write a function definition as:

return_type function_name(parameter list) //this is the prototype

{

//function body

}

User Lahiru Ashan
by
9.1k points

No related questions found