i have a confusion in my mind
like within a function say fun()
when do we make normal call fun() within the fun function and when do we make return fun() call
whats the difference in that
where does the control goes after these calls are completed
plzz clear my doubt