Computer Science, asked by prabhjotsinghprabhjo, 4 months ago

which of the following is used to enlose the body of functions

Answers

Answered by jyotibamba
0

Answer:

The symbol { is referred to as the open curly bracket or open bracket while } is referred to as the close curly bracket or close bracket. The curly brackets are used for the purpose of grouping. In programming language the use of curly brackets denote the opening and closing of the main( ) function.

Similar questions