Differentiate between managed and unmanaged code? Ans. Managed code is the code that is executed directly by the CLR instead of the operating system. The code compiler first compiles the managed code to intermediate language (IL) code, also called as MSIL code. This code doesn't...
See more
Download the Study24x7 App, so you can connect and collaborate.