Recursion still has conditionals to check the exit condition, however goto
is not exactly a loop, moreover in the question it doesnt mention program
should terminate once 0 to 3.... is printed, ( word play :-D), either
recursion or goto will do, recursion will end up in stack over flow, goto
will end up in infinite loop. ;-).
_______________________________________________
Indian Libre User Group Cochin Mailing List
http://www.ilug-cochin.org/mailing-list/
http://mail.ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
#[email protected]

Reply via email to