Select from following answers:- Managed code

- UnManaged
- Can be treated as both
- None of these
- All Above
CLR (Common Language Runtime) can compile the code into Intermediate Language.In managed code memory allocation and release is managed by underlying system and thats the main feature of C#. So C# is managed code
Show Correct Answer
Source: My C# Notes | Asked In: Many Interviews |
Alert Moderator