1.

What is meant by function definition?

Answer»

A function definition provides the actual body of the function with a name that you call it by, a list of zero or more arguments and it may give back a return value, of a particular type.



Discussion

No Comment Found