0 votes
in C Sharp by
Is C# code is unmanaged or managed code?

1 Answer

0 votes
by
C# code is managed code because the compiler – CLR will compile the code to Intermediate Language.
...