Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 341 Bytes

File metadata and controls

9 lines (5 loc) · 341 Bytes

Enum

Enum

A user defined type of named integer identifiers. It helps to make a program more readable. Enums are NOT STRINGS, but they can be treated as int.

Bibliography

User defined Data Types in C++. (2018, October 22). Tutorials Point. Retrieved April 16, 2023, from https://www.geeksforgeeks.org/user-defined-data-types-in-c/