Geography, asked by numesh1234, 7 months ago

A Function should start with​

Answers

Answered by charlene123
1

A function starts with the function's name, it's return type and parameters. These have their uses as follows. 1) The name is the name by which you invoke the function later on. 2)The return type of the function is the data type of the value which the function returns.

Similar questions