Data types in C# – Free C# tutorials and online training
A data type is a type of data that you can process using your computer program. The c# datatypes can numeric, alphanumeric or decimal.A datatype specifies the type of data a variable can store namely int,char,float and so on and so forth. For example: let’s say there is a variable ‘a’ and if we assign …
Data types in C# – Free C# tutorials and online training Read More »