Assembly Language Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
Explain some assembly controls? | What are the Types of Assemblies? |