Vidyalelo
C++ Programming · Q57

Arrays and Strings in C++

Programming · C++ Programming · question 57

Q57

What is the correct definition of an array?

A.
An array is a series of elements of the same type in contiguous memory locations
Answer
B.
An array is a series of element
C.
An array is a series of elements of the same type placed in non-contiguous memory locations
D.
An array is an element of the different type

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board