Computer Science, asked by Noor6780, 11 months ago

function declaration ends with which symbol

Answers

Answered by venillaraj999
2

Answer:

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 priyadarshagore
6

Answer:

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.

Similar questions