QusWhich of the following best describes an array in C?
A. A collection of variables of different data types
B. A collection of elements of the same data type stored in adjacent memory locations
C. A single variable that stores multiple values
D. None of the above