function declaration ends with
Answers
Answered by
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
0
Answer:
This is for Java, C++, Basic.
Function declaration ends with a closing curly brackets }.
Similar questions