what is managed and unmanaged code ?

 Posted by Pradeep Raturi on 2/2/2013 | Category: C# Interview questions | Views: 3990 | Points: 40
Answer:

Answer to this question is --- Code that executes under CLR environment is called Managed code for example code written in c# needs CLR Environment to execute it.
Unmanaged code is a code that can execute without any CLR environment Just like code written in c,c++ languge.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response

More Interview Questions by Pradeep Raturi