which of the following is used to enclose the body of a function
Answers
Answered by
3
Answer:
The body of the function is enclosed within curly {} braces, just as the "main" function with which we have been dealing so far, and contains the instructions that will be executed when this function is called. The function body starts by declaring all local variables, prior to any executable statements.
Answered by
5
{ } is correct answer
Similar questions