ekta Apr 19th, 2006 C. return(return 4);
C. return(return 4);
suman May 22nd, 2006 Hi Ekta, Please explain me what is the meaning of return(return 4);
Hi Ekta,
Please explain me what is the meaning of return(return 4);
prateek143 Profile Answers by prateek143 Feb 9th, 2011 b.run it and check it ekta.............
Profile Answers by prateek143
b.
LKJB/ Jul 18th, 2012 return(1,2,3);
return(1,2,3);
If you think the above answer is not correct, Please select a reason and add your answer below.
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);