Rahul  Pandey
What is a struct in C#?
By Rahul Pandey in C# on Jun 11 2013
  • Ritesh Sharma
    May, 2014 30

    Struct basically stands for structure which is a value type in C#. This datatype is used to store the data in stack. It is light weight storage and we should consider using it in a situation when types are short lived. int, double etc in C# are all structs.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS