function main()
{
   Hello();
}

function Hello()
{
  // How do you find out the caller function is 'main'?
}

Is there a way to find out the call stack?

35 s
35

Leave a Reply

Your email address will not be published. Required fields are marked *