Can I do things in il that I can't do in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is string pool in c#?

0 Answers  


What is serialization in c#?

0 Answers  


List some Advantages of switch-case over if else?

0 Answers  


Why is hashset faster?

0 Answers  


Explain polymorphism in c# with a simple example?

0 Answers  






How can we acheive inheritance in VB.NET ?

2 Answers   TCS,


What are the Types of values mode can hold session state in web.config

0 Answers   BirlaSoft,


Did a generic class can be inherited by a normal class?

1 Answers   TCS,


How many bytes is a long c#?

0 Answers  


Can we declare class as protected?

0 Answers   Infosys,


What are generic types?

0 Answers  


Consider the following pieces of C# code: a. interface I1 {/*......*/} interface I2 {/*......*/} struct Point : I1,I2 {/* ..... */} b. struct Book{ int bookId; struct Book b; } c. using M=Mystruct; struct MyStruct{ int id; } class MyClass{ static void Main(string[] args){ M m = new M(); } } d. struct Sample{ Sample ref x; } Which of the above are correct? Choose one of the options below. a, c and d are right a only right a and c are right d only wrong None of the listed options

3 Answers  


Categories