Data Types in C#


My understanding to C# Data tyeps are on the basis of Memory allocation, data types can be classifiedd in two types
  • Value Types
Image result for value types in c#

  • Reference Types


When you classified the Value Type

  • Structs
  • Enums
Reference Types are classified 
  • String
  • Arrays
  • Object
  • Class
  • Interface
  • Delegate

Comments