Computer Science, asked by gianiscooter978, 7 months ago

function declaration ends with?​

Answers

Answered by shreenidhi20064
1

Answer:

it may dear user...........

mark me as brainliests

,

Attachments:
Answered by deepikamr06
0

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