Explain an Intermediate language?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Assembly Job Interview Questions And Answers