What is the group of consecutive memory locations
with same name and data type?
a) simple variable
b) scalar value
c) array
d) structure
Which of the following is an array?
a) begins with 0 index
b) contiguous allocation of memory
c) process large amount of data
d) all of these
Which of the following statement is true?
a) array has same type
b) array size used to declare array
c) array size is fixed
d) all of these
Each element of array has its own……..
a) member name
b) index
c) upper bound
d) dot operator
The total number of element in an array is called…..
a) index
b) size of array
c) upper bound
d) lower limit
Which symbol is used to write index of array?
a) angle brackets <>
b) square brackets []
c) parentheses ()
d) curly brackets {}