Multiple choice

Which of the following data types in C++ provides a way for attaching names to numbers, thereby increasing comprehensibility of the code?

  1. Array

  2. Functions

  3. Enumeration

  4. Structure

  5. Union

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This data type in C++ provides a way for attaching names to numbers, thereby increasing comprehensibility of the code.