Multiple choice

Which of the following can hold multiple values?

  1. Variable

  2. Constant

  3. Array

  4. Definition

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

An array is a data structure that can store multiple values under a single name. Variables and constants typically hold a single value at a time.