MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is false for default arguments? |
| A. | Those are not allowed with a declaration of pointer to functions |
| B. | Those are not allowed with the reference to functions |
| C. | Those are not allowed with the typedef declarations |
| D. | Those are allowed with pointer and reference to function declaration |
| Answer» E. | |