

MCQOPTIONS
Saved Bookmarks
1. |
Observe the following piece of code? |
A. | Both a() and b() aren’t tail recursive |
B. | Both a() and b() are tail recursive |
C. | b() is tail recursive but a() isn’t |
D. | a() is tail recursive but b() isn’t |
Answer» D. a() is tail recursive but b() isn’t | |