Interview Question
Qus: What is implied by Managed and Unmanaged code?
Answers (2)
Unmanaged code is any code that does not rely upon CLR for execution. It implies it is created by some other language free of the .Net structure. It utilizes its runtime condition for arranging and execution.
In spite of the fact that it isn’t running inside the CLR, the unmanaged code will work appropriately if the various parameters are effectively pursued.