How do we create a structure in C#?
Answers
Answered by
0
Answer:-A structure is a user defined data type in C/C++. A structure createsa data type that can be used to group items of possibly different types into a single type. 'struct' keyword is used to create a structure.
Similar questions
Math,
6 months ago
Math,
6 months ago
Physics,
6 months ago
Computer Science,
1 year ago
Chemistry,
1 year ago