An enumeration is a user-defined data type that consists of integral ________.
- Characters
- Functions
- Pointers
- Values
An enumeration is a user-defined data type that consists of integral values, typically used for defining a set of named integer constants.
Loading...
Related Quiz
- In C, the size of the data type ________ is platform-dependent.
- What is the primary purpose of using typedef in C programming?
- Which function in C is used to flush the output buffer of a stream?
- You're writing a C program that needs to read from a file and display the content on the screen. How would you handle the situation if the file does not exist?
- What is the primary difference between the scope and the lifetime of a variable?