Computer Science, asked by Dvnsh4126, 9 months ago

A function must be followed by an opening and closing___________
Fill in the blank

Answers

Answered by charlie1505
14

Answer:

A function must be followed by an opening and closing Bracket {}

Answered by smartbrainz
23

A function must be followed by an opening and closing parenthesis.

Explanation:

A function must comprise of an opening and closing parenthesis. It is nothing but a round bracket. At the time when there is a multiline function call, then the closing and opening parenthesis must be on separate lines.

Even, there has to be one argument in each line when the function call is multiline. Thus, this is used mainly to interrupts the flow of text codes in a program.

Similar questions