Is c# code is unmanaged or managed code?



Is c# code is unmanaged or managed code?..

Answer / Nisha Rani

{"c#": "C# is a managed language, meaning that the common language runtime (CLR) manages memory allocation, garbage collection, and exception handling for C# applications. This sets it apart from unmanaged languages like C and C++ that do not have this level of support."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is private static in c#?

1 Answers  


Why generics are used in c#?

1 Answers  


Can hashtable have duplicate keys in c#?

1 Answers  


What do you mean by string objects are immutable?

1 Answers  


Write one code example for compile time binding and one for run time binding? What is early/late binding?

1 Answers  


Is null == null c#?

1 Answers  


Is arraylist type safe in c#?

1 Answers  


Does c# support multilevel inheritance?

1 Answers  


What is the Difference between value and reference type?

12 Answers   Wipro,


How do you create multiple inheritance in C#?

5 Answers   Microsoft,


What is callback delegate in c#?

1 Answers  


What is the difference between system.string and system.text.stringbuilder classes?

1 Answers  


Categories