Breaking

Search Here

20 March 2018

C# Data Types

C# Data Types

A data type specifies the type of data that a
variable can store such as integer, floating,
character etc


There are 3 types of data types in C# language.

Types           Data Types
Value Data Type  short, int, char, float, double etc
Reference Data Type
String, Class, Object and Interface
Pointer Data Type          Pointers

No comments:

Comments