What is incorrect among teh followingA recursive functiiona.calls itselfb.is equivalent to a loopc.has a termination condd.does not have a return value at all

B
This question is related to TCS Interview

Showing Answers 1 - 1 of 1 Answers

Meena Goel

  • Sep 12th, 2007
 

The last one statement does not have a return value at all is wrong. Because a recursive function return always a value to itself. It can return a value.

  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