MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following about 'return' statement in C On executing the return statement, it immediately transfers the control back to the calling program.There is no restriction on the number of 'return' statements present in a function.The 'return' statement must be present at the end of called function. Which of the above are correct? |
| A. | All |
| B. | 1 and 2 only |
| C. | 1 and 3 only |
| D. | 2 and 3 only |
| Answer» C. 1 and 3 only | |