Deepak  Kamboj
What are data types in C#?
By Deepak Kamboj in C# on Jun 05 2013
  • Bir Singh
    Jul, 2015 2

    TWO TYPE DATA type in c# ; 1- VALUE TYPE 2-REFERENCE TYPE

    • 0
  • mayank prajapati
    Jan, 2015 29

    C# supports two kinds of variable types: Value types. These are the built-in primitive data types, such as char, int, and float, as well as user-defined types declared with struct. Reference types. Classes and other complex data types that are constructed from the primitive types.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS