C-Dynamic Memory Allocation and Data Structure Questions and Answers
Practice ModeShowing 10 of 104 questions
Q1
State the incorrect statement.
Answer: Option B
Q2
Which of the following method is implemented in stack
Answer: Option B
Q3
Which of the following is used for dynamic data structure ?
Answer: Option A
Q4
The different models used to organize data in the secondary memory are collectively called as
Answer: Option A
Q5
To establish link between elements with different memory address is called as
Answer: Option B
Q6
Which of the following is true about the corruptedlist ?
Answer: Option D
Q7
In the linked list implementation of the queue clas, where does the push member function place the new entry on the linked list ?
Answer: Option B
Q8
Which of the following is not a limitation of linked list ?
Answer: Option C
Q9
Which of the following is not an application o linked list?
Answer: Option C
Q10
Which element will be the last to be popped outl if 7,11,9,55 is pushed in to a satck
Answer: Option B