What is the data structures used to perform recursion? Ans. Stack. Because of its LIFO (Last In First Out) property it remembers its 'caller' so knows whom to return when the function has to return. Recursion makes use of system stack for storing the return addresses of the func...
See more
Download the Study24x7 App, so you can connect and collaborate.