Where value types are stored 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 garbage collection?

8 Answers   Protech,


What language is arduino?

0 Answers  


How to make sure custom class supports deterministic finalization?

1 Answers   IBM,


What are All kind of access specifiers for a class and for methods

0 Answers  


Is a structure a class?

0 Answers  






Can we inherit two classes in c#?

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,


How do I declare a pure virtual function in c#?

0 Answers  


Define c# i/o classes?

0 Answers  


Why are mutable structs evil?

0 Answers  


What is serialization in c#?

0 Answers  


Is array reference type / value type?

15 Answers   Accenture,


Categories