Computer Science, asked by jagdeepsingh96318, 6 months ago


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

Answers

Answered by sharddhavimal
1

Answer:

FUNCTION and ends with the RETURN clause,

Answered by alfiyashaikh7303214
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 key word FUNCTION and ends with the RETURN clause. which specifies the datatype of return value.

Similar questions