MCQOPTIONS
Saved Bookmarks
| 1. |
What type of return-type used in String operations? |
| A. | void only |
| B. | void and (char *) only |
| C. | void and int only |
| D. | void, int and (char *) only |
| Answer» E. | |