Computer Science, asked by rajputjatin7124, 6 months ago

A functuon should start with

Answers

Answered by ghazala162004
0

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