Bhuvanesh Mohankumar
What is a structure in C#?
By Bhuvanesh Mohankumar in .NET on May 08 2016
  • Mukesh Kumar
    Sep, 2017 12

    Structure is like a class But structure is value type

    • 1
  • Bhuvanesh Mohankumar
    May, 2016 8

    In C#, a structure is a value type data type. It helps you to make a single variable hold related data of various data types. The struct keyword is used for creating a structure.

    • 1
  • Mukesh Kumar
    Sep, 2017 12

    Structure is like a class But structure is value type

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS