Assembly Language Question:
Download Questions PDF

Explain an Intermediate language?

Answer:

Assemblies are made up of IL code modules and the metadata that describes them. Although programs may be compiled via an IDE or the command line, in fact, they are simply translated into IL, not machine code. The actual machine code is not generated until the function that requires it is called.

Download Assembly Interview Questions And Answers PDF

Previous QuestionNext Question
Explain some assembly controls?What are the Types of Assemblies?