How can we return a value in recursive function?
800294Jan 11 2010 — edited Jan 11 2010Dear ,
I am now developing a recursive function like factorial .As I develop I can print the value in console.But I am unable to return the value to main function.How can I fix this issue?