-
Notifications
You must be signed in to change notification settings - Fork 0
Structures
olitank edited this page Nov 28, 2025
·
4 revisions
These are user-defined data types.
There are three types of structures:
-
Classic Allows to group different data types under the same name.
-
Enumeration Allows to restrict possible values to a set of named constants.
-
Reference Structure Doesn't actually define a data type. Rather, it allows to reference another structure.