MCQOPTIONS
Saved Bookmarks
| 1. |
Default arguments are ________________________? |
| A. | Only allowed in the parameter list of the function declaration |
| B. | Only allowed in the return type of the function declaration |
| C. | Only allowed with the class name definition |
| D. | Only allowed with the integer type values |
| Answer» B. Only allowed in the return type of the function declaration | |