Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 9 (Q.No. 22)
22.
Consider the following about 'return' statement in C
  1. On executing the return statement, it immediately transfers the control back to the calling program.
  2. There is no restriction on the number of 'return' statements present in a function.
  3. The 'return' statement must be present at the end of called function.
Which of the above are correct?
All
1 and 2 only
1 and 3 only
2 and 3 only
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.