Users Also Read
MCQ's Search Engine
Electrical Engineering
Mechanical Engineering
Civil Engineering
Automobile Engineering
Chemical Engineering
Computer Engineering
Electronics Engineering
Medical Science Engg
- 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.
Consider the following about 'return' statement in C
| |
A. | All [Wrong Answer] |
B. | 1 and 2 only [Correct Answer] |
C. | 1 and 3 only [Wrong Answer] |
D. | 2 and 3 only [Wrong Answer] |