Computer Science, asked by mafiabasant5, 6 months ago

Function declaration ends with .........​

Answers

Answered by harshita97993962
2

ANSWER:

function declaration ends with RETURNS clause

Answered by Anonymous
1

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