Qus:    What is meant by Managed and Unmanaged code?
Oct 08, 2020 05:40 1 Answers Views: 727 RAMU
Prev Next
Answers (1)
PARTH Oct 08, 2020 08:13
Answer:   Managed Code is converted to IL, Intermediate Language also termed as CIL of MSIL. Programmer has no low level access using Managed Code.

Unmanaged Code is converted to native language code. Programmer can write low level access code using unmanaged code.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect