Select from following answers:- variable
- class
- struct

- object
- All Above
'struct' is the C# keyword and value type used to encapsulate the small groups of variables. 'struct' is a type definition and declaration is similar to class which can be instantiated without using 'new' keyword.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator