InterviewSolution
Saved Bookmarks
| 1. |
What is curly bracket in C plus plus language? |
|
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. |
|