C and DS Gate Questions and Answers
Practice ModeShowing 10 of 29 questions
Q11
The memory address of the first element of an array is called
Answer: Option D
Q12
The memory address of 7th element of an array can be calculated by the formula
Answer: Option A
Q13
Which of the following data structures are indexed structures?
Answer: Option A
Q14
Which of the following is not the required condition for binary search algorithm?
Answer: Option C
Q15
Which of the following is not a limitation of binary search algorithm?
Answer: Option D
Q16
Two dimensional arrays are also called
Answer: Option C
Q17
A variable P is called pointer if
Answer: Option A
Q18
Which of the following data structure can't store the non-homogeneous data elements?
Answer: Option A
Q19
Which of the following data structure store the homogeneous data elements?
Answer: Option B
Q20
Each data item in a record may be a group item composed of sub-items; those items which are indecomposable are called
Answer: Option D