1.

What is a function declaration?

Answer»

A function declaration tells the compiler about a function’s name, return type, and parameters.



Discussion

No Comment Found