MCQOPTIONS
Saved Bookmarks
| 1. |
Observe the following Python 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’tView Answer |
| Answer» D. a() is tail recursive but b() isn’tView Answer | |