MCQOPTIONS
Saved Bookmarks
| 1. |
If an argument to a function is declared as const, then _______ . |
| A. | function can modify the argument. |
| B. | Function can’t modify the argument. |
| C. | const argument to a function is not possible. |
| D. | None of these |
| Answer» C. const argument to a function is not possible. | |