Tuesday 24 September 2013

What is variables in C#?

Ques:-What is variables in C#?

Ans:-Variable represent storage Location.Every variable has a type that determine what value can be stored in variable. C# is a type safe language. and C# compiler guarantees that value stored in variable. The value of variable can be change through  Increment(++) and decrements operator(--)..

No comments:

Post a Comment