#compilerdesign
Read more stories on Hashnode
Articles with this tag
Before discussing tail call recursion, let’s revise normal recursion. In short recursion is a coding pattern where a functions calls itself. we'll...