Learn the Basics about C# Data Types
Learn the Basics about C# Data Types This article is an introductory glance for Basic Data Types in C#. Data types are used everywhere in a programming language like C,C++,Java,C# .Here, we will discuss some of the most used data types and how they work. Data Types: The type of data that a variable contains is called data types . C# is a strongly typed language so every variable and object contain data type .C# provides two types of data type. · Value Type · Reference Type Read More about C# Basic Data Type click the below Link Link: Learn the Basics about C# Data Types