A character array can be initialized using _______________
A character array can be initialized using _______________
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 __________________
A one-dimensional array of one-dimensional arrays is called ____________________
A one-dimensional array of one-dimensional arrays is called ____________________
For defining their own types programmer's uses __________________
For defining their own types programmer's uses __________________
A one dimensional array is always considered as _________________
A one dimensional array is always considered as _________________
The sequence of objects that have the same type, is called __________________
The sequence of objects that have the same type, 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 _______________
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 ___________________
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 ________________
Array that are declared static are initialized when _______________
Array that are declared static are initialized when _______________
Referring an element outside the array bounds is a ________________
Referring an element outside the array bounds is a ________________
How many kinds of elements an array can have?
How many kinds of elements an array can have?
An array of arrays is called ____________________
An array of 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?
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 _________________
Elements of an array are numbered as 0,1,2,3 _____
Elements of an array are numbered as 0,1,2,3 _____
One-dimensional array of two-dimensional arrays is called __________________
One-dimensional array of two-dimensional arrays is 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 _______________
The binary search algorithm uses ____________________
The binary search algorithm uses ____________________
The objects of an array is called as __________________
The objects of an array is called as __________________