Define boxing and unboxing in c#?


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

Post New Answer

More C Sharp Interview Questions

Why do we use parameters in c#?

0 Answers  


What are the steps to make an assembly to public?

0 Answers  


What is the difference between webgarden and webfarm?

1 Answers   Mphasis,


How does array sort work?

0 Answers  


What is part of a method signature in c#?

0 Answers  






What are types of constructor?

0 Answers  


What is desktop example?

0 Answers  


What is toint32 c#?

0 Answers  


What are the advantages of generics in c#?

0 Answers  


What is thread pooling?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


Is string reference type / value type?

56 Answers   Accenture, Microsoft, Siemens,


Categories