Which Is The Best Option To Store Return Address Of Subroutine?

Which Is The Best Option To Store Return Address Of Subroutine? As the last Subroutine called is the first one to be returned ( Last in first out format). So stack data structure is the most efficient way to store the return addresses of the Subroutines. Is used to stores the return address when a