Data Type in C#
In mainly data type in C# has been categorized in three types
- Value Type
- Reference Type
- Pointer Types
Below is overview of different datatypes in C# language
Value Type
In C# value type are those data types which stored into the stack. Stack is a memory type in our local system which allow the space for Value type variables. In value type data can assign directly to them. In C# value type have the definition under System.ValueType namespace.
Now we will below are the details of different Predefined Value Data type of C#.
No comments:
Post a Comment
If you have any doubt please let me know..