adplus-dvertising
frame-decoration

Question

The smallest element of an array’s index is called its

a.

lower bound

b.

upper bound

c.

range

d.

extraction

Answer: (a).lower bound

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The smallest element of an array’s index is called its

Similar Questions

Discover Related MCQs

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.

Q. An adjacency matrix representation of a graph cannot contain information of :

Q. The extra key inserted at the end of the array is called a,

Q. The largest element of an array index is called its

Q. An index or subscript is a _________ integer value, which indicates the position of a particular element in the array.

Q. In which language/languages, the smallest subscript value is 1 and the largest subscript value is n.

Q. Data elements grouped in an array can be of any basic data type like:

Q. One of the data types which can be used for storing a list of elements is an________.

Q. A programmer can access a particular element of an array by using one or more_________.

Q. If more than one subscript is used, an array is known as a__________.

Q. What is the simplest form of an array?

Q. What is allocated to the array at compile-time, before the program is executed?

Q. The memory address of the first element of an array is contained in the _______.

Q. Each element in an array is associated with a unique subscript value, starting from__________.

Q. An array can be initialized in how many ways?

Q. Once an array is declared and initialized, various operations, such as,___________can be performed on the array.

Q. To perform an operation on an array, the elements of the array need to be accessed. The process of accessing each element of an array is known as__________.

Q. The process of finding the occurrence of a particular element in an array is known as_______.

Q. A search is said to be successful or unsuccessful depending on whether the data item is_________.

Q. The process of adding a new element to an existing array is known as_________.