data type in c# language

Data Type In C# language -: C# programming language has two types. There are two kinds of types in C#: Value types-: Variables of value types directly contain their data, whereas variables of reference types store references to their data, the latter being known as objects Reference types.-: it is possible for two variables to reference … Read more