Computer Science, asked by 50926, 10 months ago

what is curly bracket in C plus plus language?​

Answers

Answered by Anonymous
0

Answer:

Curly brackets { } indicate the beginning and end of a function, which can also be called the function's body. The information inside the brackets indicates what the function does when executed.

Similar questions