Multiple choice Which of the following can hold multiple values? Variable Constant Array 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.