MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is true about return type of functions in C? |
| A. | Functions can return any type |
| B. | Functions can return any type except array and functions |
| C. | Functions can return any type except array, functions and union |
| D. | Functions can return any type except array, functions, function pointer and union |
| Answer» C. Functions can return any type except array, functions and union | |