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.

TypesData Types
Value Data Typeshort, int, char, float, double etc
Reference Data TypeString, Class, Object and Interface
Pointer Data TypePointers






Comments

Popular posts from this blog

Throw vs Throw ex in C#

C# | Association, Aggregation and Composition

String[] args in C#