You have to know how C# compiler works!

preview_player
Показать описание
So how does c# compiler work? is c# a compiled language or interpreted language.Good question lets answer them one by one
Рекомендации по теме
Комментарии
Автор

Very good, easy to understand... Thanks👍

kokerfinans
Автор

0:57 .java -> .class -> .exe for java where .class is the byte code and it is compiled using javaC not interpreted. and byte code is similar to IL which is os independent.

rahulsk