Question
a.
by this way computer can keep track only the address of the first element and the addresses of other elements can be calculated
b.
the architecture of computer memory does not allow arrays to store other than serially
c.
both of above
d.
none of above
Posted under Data Structures and Algorithms
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. The elements of an array are stored successively in memory cells because
Similar Questions
Discover Related MCQs
Q. The memory address of the first element of an array is called
View solution
Q. The memory address of fifth element of an array can be calculated by the formula
View solution
Q. Two dimensional arrays are also called
View solution
Q. A variable P is called pointer if
View solution
Q. What is right way to Initialize array?
View solution
Q. An array elements are always stored in ________ memory locations.
View solution
Q. Size of the array need not be specified, when
View solution
Q. What does the following declaration mean?
int (*ptr)[10];
View solution
Q. Array passed as an argument to a function is interpreted as
View solution
Q. Which of the following correctly accesses the seventh element stored in arr, an array with 100 elements?
View solution
Q. The smallest element of an array’s index is called its
View solution
Q. If the address of A[1][1] and A[2][1] are 1000 and 1010 respectively and each element occupies 2 bytes then the array has been stored in _________ order.
View solution
Q. An adjacency matrix representation of a graph cannot contain information of :
View solution
Q. The extra key inserted at the end of the array is called a,
View solution
Q. The largest element of an array index is called its
View solution
Q. An index or subscript is a _________ integer value, which indicates the position of a particular element in the array.
View solution
Q. In which language/languages, the smallest subscript value is 1 and the largest subscript value is n.
View solution
Q. Data elements grouped in an array can be of any basic data type like:
View solution
Q. One of the data types which can be used for storing a list of elements is an________.
View solution
Q. A programmer can access a particular element of an array by using one or more_________.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Data Structures and Algorithms? 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!