InterviewSolution
Saved Bookmarks
| 1. |
What Is Meant By Program Reentrance? |
|
Answer» A program is considered REENTRANT if more than ONE TASK can execute the code WITHOUT INTERFERING with the other tasks execution. A program is considered reentrant if more than one task can execute the code without interfering with the other tasks execution. |
|