Computer Science, asked by AnuragNayak7803, 10 months ago

How do we create a structure in C#?

Answers

Answered by khushi769
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