MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is false? |
| A. | You enclose a function's statements in a set of braces |
| B. | The function header is considered a C++ statement, so it must end in a semicolon. |
| C. | The keyword void tells the C++ compiler that the function does not return a value |
| D. | A function can receive information that you send (pass) to it |
| Answer» C. The keyword void tells the C++ compiler that the function does not return a value | |