difference between managed code and unmanaged code ?
Answer Posted / mayuri
the code which is run under the observation of clr is
called managed code.
at other side the code means native code which is run on
operating system and not run under onservation of clr is
known as unmanaged code.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is asp net c# corner?
Can we override main method in c#?
What is code verification?
How a two-dimensional array declared in C#?
Are constructors inherited c#?
What is overloading in c#?
List the 5 different access modifiers in c#?
What is the difference between namespace and class?
What is an assembly loader?
Is it possible to have a static indexer in c#?
What does void do in unity?
Can constructor be protected?
What is serialization and deserialization in c# with example?
What are the desktop applications?
How do I create a multilanguage, single-file assembly?