Explain how do you convert a value-type to a reference-type?


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

Post New Answer

More C Sharp Interview Questions

How do I do implement a trace?

0 Answers  


Why c# is type safe?

0 Answers  


What is dto c#?

0 Answers  


Why to use “using” in c#?

0 Answers  


List down the commonly used types of exceptions in .net

0 Answers  






What is short circuit logical evaluation?

1 Answers   TCS,


how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;

1 Answers   Verizon,


What is for loop in c#?

0 Answers  


What is a struct in C#?

0 Answers   Arigo Infotech,


Explain the different ways a method can be overloaded?

0 Answers  


can we drive a class from delegate?

4 Answers   InterGraph,


What is reference types in c#?

0 Answers  


Categories