Math, asked by charnadhaliwal75, 4 months ago

Function declaration ends with a___________?​

Answers

Answered by devroy26780
30

Step-by-step explanation:

A function is a subprogram that can take parameters and return a single value. A function has two parts: the specification and the body. The specification (spec for short) begins with the keyword FUNCTION and ends with the RETURN clause, which specifies the datatype of the return value.

Answered by Anonymous
4

Answer:

A function is a subprogram that can take parameters and return a single value. A function has two parts: the specification and the body. The specification (spec for short) begins with the keyword FUNCTION and ends with the RETURN clause, which specifies the datatype of the return value.

Similar questions