Platform specific code is obtained when

A) source code is compiled to get MSIL
B) when MSIL is compiled by CLR
C) Both of the above
Explanation: When CLR compiles the managed it generates the native code which is compatible to platform.

Showing Answers 1 - 5 of 5 Answers

samiksc

  • Jan 10th, 2006
 

Answer (B) is correct.

MSIL code is the intermediate code which is platform independent.

When MSIL is compiled actual platform dependent code is generated.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions