Which of the following 'return' statement is correct?A. return, return;B. return(1, 2, 3);C. return(return 4);D. (return 5, return 6);

Showing Answers 1 - 6 of 6 Answers

ekta

  • Apr 19th, 2006
 

C. return(return 4);

  Was this answer useful?  Yes

suman

  • May 22nd, 2006
 

Hi Ekta,

         Please explain me what is the meaning of return(return 4);

  Was this answer useful?  Yes

LKJB/

  • Jul 18th, 2012
 

return(1,2,3);

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions