1.

What happens if the base condition isn t defined in recursive programs?

A. tProgram gets into an infinite loop
B. tProgram runs once
C. tProgram runs n number of times where n is the argument given to the function
D. tAn exception is thrown
Answer» B. tProgram runs once


Discussion

No Comment Found