Question
a.
Multi-dimensional array
b.
Multi-casting array
c.
Two-dimensional array
d.
Three-dimensional array
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. A one-dimensional array of one-dimensional arrays is called
Similar Questions
Discover Related MCQs
Q. The sequence of objects that have the same type, is called
View solution
Q. The binary search algorithm uses
View solution
Q. A character array can be initialized using
View solution
Q. For finding an object in an array starting from the beginning and inspecting each element one after the other, until the object is found is called as
View solution
Q. A consecutive group of memory locations that all have the same name and the same type, is called as
View solution
Q. Which from the following technique is used for finding a value in an array?
View solution
Q. For defining their own types programmer's uses
View solution
Q. The position number contained within a square brackets e.g. my_array [5], is referred as
View solution
Q. A one dimensional array is always considered as
View solution
Q. Array that are declared static are initialized when
View solution
Q. One-dimensional array of two-dimensional arrays is called
View solution
Q. Tables or arrays that require two subscripts to identify a particular element are called
View solution
Q. The objects of an array is called as
View solution
Q. An array of arrays is called
View solution
Q. How many kinds of elements an array can have?
View solution
Q. Float a [3] = {10.2, 33.4, 44.4}; is an example of
View solution
Q. Elements of an array are numbered as 0,1,2,3
View solution
Q. How many operators are supported by C++?
View solution
Q. The symbol [ ] denotes the
View solution
Q. The address operator has a precedence level equal to
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!