Computer Science, asked by vnahar705, 6 months ago

function declaration ends with

Answers

Answered by ambikayadav23
4

Explanation:

Functions that take no parameters are written without parentheses. 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 AchyutaShrimate
0

Answer:

This is for Java, C++, Basic.

Function declaration ends with a closing curly brackets }.

Similar questions