The sequence of objects that have the same type, is called __________________
The sequence of objects that have the same type, is called __________________
The objects of an array is called as __________________
The objects of an array is called as __________________
A one-dimensional array of one-dimensional arrays is called ____________________
A one-dimensional array of one-dimensional arrays is called ____________________
Which from the following technique is used for finding a value in an array?
Which from the following technique is used for finding a value in an array?
The position number contained within a square brackets e.g. my_array [5], is referred as __________________
The position number contained within a square brackets e.g. my_array [5], is referred as __________________
How many kinds of elements an array can have?
How many kinds of elements an array can have?
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 ________________
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 ________________
Referring an element outside the array bounds is a ________________
Referring an element outside the array bounds is a ________________
One-dimensional array of two-dimensional arrays is called __________________
One-dimensional array of two-dimensional arrays is called __________________
A character array can be initialized using _______________
A character array can be initialized using _______________
A one dimensional array is always considered as _________________
A one dimensional array is always considered as _________________
Elements of an array are numbered as 0,1,2,3 _____
Elements of an array are numbered as 0,1,2,3 _____
For defining their own types programmer's uses __________________
For defining their own types programmer's uses __________________
The binary search algorithm uses ____________________
The binary search algorithm uses ____________________
A consecutive group of memory locations that all have the same name and the same type, is called as ___________________
A consecutive group of memory locations that all have the same name and the same type, is called as ___________________
Tables or arrays that require two subscripts to identify a particular ele- ment are called _________________
Tables or arrays that require two subscripts to identify a particular ele- ment are called _________________
float a [3] = {10.2, 33.4, 44.4}; is an example of _______________
float a [3] = {10.2, 33.4, 44.4}; is an example of _______________
Array that are declared static are initialized when _______________
Array that are declared static are initialized when _______________
An array of arrays is called ____________________
An array of arrays is called ____________________
Each element of an array is searched against the searching key, is the specialty of _______________
Each element of an array is searched against the searching key, is the specialty of _______________