Please enable Javascript to correctly display the contents on Dot Net Tricks!
C# Questions & Answers

What is Data Type?

Data Type refers to the type of data that can be stored in a variable. It also specifies how much memory would be allocated to a variable and the operations that can be performed on that variable.

C# is rich in data type which is broadly divided into two categories.

  1. Value Type

  2. Reference Type