How many types of variables are there in c#?


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

Post New Answer

More C Sharp Interview Questions

Wats the diff between sealed class and private class in inheritance

7 Answers   iSoft,


Why do we use stringbuilder in c#?

0 Answers  


What is the difference between int16 and int32 in c#?

0 Answers  


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,


Differentiate between static class and singleton instance?

0 Answers  






What is Signature and parameter in overloading ?

3 Answers  


How Global.asax is used ?

0 Answers   Siebel,


Does c# support try-catch-finally blocks?

0 Answers  


Where does the dispose method lie and how can it be used to clean up resources?

2 Answers   TCS, Wipro,


What is the difference between malloc () and new?

0 Answers  


How do I start a program in c#?

0 Answers  


What is entity framework c#?

0 Answers  


Categories