Posts

Showing posts with the label #C# #DataTypes

C# Data Types

Image
  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