Showing posts with label Data Types. Show all posts
Showing posts with label Data Types. Show all posts

Wednesday, June 22, 2011

Data Types

Variables are declared as being of particular type, and each variable is constrained to hold only values of its declared type. C# is type safe language.
Variable can hold either value types or reference types, or they can be pointers.