In C++ the body of the function is enclosed which?
In C++ the body of the function is enclosed which?
Explanation
In C++, the body of a function is enclosed within curly braces: {}.
This structure contains the instructions that will be executed when the function is called.