1.

Is it possible that each thread can have its stack in multithreaded programming?

Answer»

Of course, it is possible. In MULTITHREADED programming, each THREAD maintains its own separate stack area in memory because of which every thread is independent of each other RATHER than DEPENDENT.



Discussion

No Comment Found