(General Query w.r.t Program Execution )

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
One of my friends asked me a very intrestin question
" Is it possible to execute code even after the program exits the main
function?"

So was wondering if at all it were possible

thanks
ViRUS
 
In addition to any shutdown code that happens after the return from main,
code can still possibly execute on other threads, depending if they are
deamon threads or not.

m
 
Back
Top