Interview Questions

What can be achieved in IL which is not possible in C# ?

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

What can be achieved in IL which is not possible in C# ?

What can be achieved in IL which is not possible in C# ?
* Creation of an ArrayList
* Creation of a Dictionary
* Creation of a two dimensional array
* Creation of a non-zero based array


Answer1:
Creation of a dictionary

Answer2:
Creation of a non-zero based array

(Continued on next question...)

Other Interview Questions