MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is correct? |
| A. | void test(int x=0, int y, int z=0) |
| B. | void test(int x=0, int=0) |
| C. | void test(int x, int y=0) |
| D. | void test(int x=’c, int y) |
| Answer» D. void test(int x=’c, int y) | |