What is variable in c#?



What is variable in c#?..

Answer / Renu Verma

A variable is a named storage location used to store data values. In C#, you can declare variables with different data types like int, float, string, etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is monitor in C#?

1 Answers   TryTechnicals Pvt Ltd,


How to get the sum of last 3 items in a list using lambda expressions?

1 Answers  


How many parameters can a method have c#?

1 Answers  


What is the difference between new and override in c#?

1 Answers  


Explain the difference between abstract class and interface.

1 Answers   Accenture,


What is the difference between Static, Const and read only?

1 Answers  


How can we give strong name to assembly? What is satellite assembly?

2 Answers   SMNetserv,


While debugging a C# application can you change the value of a variable?

1 Answers   Siebel,


What is the use of delegates in c#?

1 Answers  


What are static and dynamic variables?

1 Answers   CGI,


What is string empty?

1 Answers  


What is the difference between method overriding and method overloading?

1 Answers  


Categories