Computer Science, asked by gnurmahal, 5 months ago

Function declaration ends with .........?

Answers

Answered by umasri66
0

Answer:

The function body begins with the keyword IS (or AS ) and ends with the keyword END followed by an optional function name. The function body has three parts: an optional declarative part, an executable part, and an optional exception-handling part.

Answered by piyushsharma82paxg79
1

Answer:

Return clause

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.

Hope this help you

Similar questions