Question
a.
An array is a series of elements of the same type in contiguous memory locations
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.
None of the mentioned
Posted under Object Oriented Programming Using C++
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is a array?
Similar Questions
Discover Related MCQs
Q. Which of the following accesses the seventh element stored in array?
View solution
Q. Which of the following gives the memory address of the first element in array?
View solution
Q. What is meaning of following declaration?
int(*p[5])();
View solution
Q. What is size of generic pointer in C++ (in 32-bit platform) ?
View solution
Q. The constants are also called as
View solution
Q. What are the parts of the literal constants?
View solution
Q. How the constants are declared?
View solution
Q. Which of the following statement is not true about preprocessor directives?
View solution
Q. Regarding following statement which of the statements is true?
const int a = 100;
View solution
Q. The difference between x and ‘x’ is
View solution
Q. How to declare a wide character in string literal?
View solution
Q. Which value we cannot assign to reference?
View solution
Q. Identify the incorrect statement.
View solution
Q. Which reference modifier is used to define reference variable?
View solution
Q. What does a reference provide?
View solution
Q. Identify the correct sentence regarding inequality between reference and pointer.
View solution
Q. Void pointer can point to which type of objects?
View solution
Q. When does the void pointer can be dereferenced?
View solution
Q. The pointer can point to any variable that is not declared with which of these?
View solution
Q. A void pointer cannot point to which of these?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming Using C++? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!