ajay singh
What is the type of string a value type or a reference type?
By ajay singh in C# on Jul 01 2012
  • Sankaranarayanan Sivaprathab
    Jan, 2017 20

    string is a reference type. Int is value type. The value will stored as stack memory. String will store the value in Heap.

    • 0
  • Umesh Maurya
    Feb, 2016 3

    string is a object type

    • 0
  • Prakash Lakshmanan
    Dec, 2014 31

    Refer this link: http://www.it-notebook.org/uncategorized/article/csharp_data_types.htm

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS