Discussion :: Microprocessors
-
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.
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment