Frage im Vorstellungsgespräch bei Emerson

What is reentrant function?

Antwort im Vorstellungsgespräch

Anonym

7. Nov. 2015

Function is re entrant if it can be invoked while it is in execution or it can be interrupted in between execution of it. Also it can be invoked before interrupted execution completes