JOIN ADRE 2.0 Telegram Group

Linked Lists - Objective type questions and answers on C programming

Questions
6 To make a queue empty, elements can be deleted, till
A Front=rear+1
B Front=rear-1
C Front=rear
D None of the above

Answer: Option [C]
7 In which data structure direct or random access not possible?
A Array
B string
C set
D linked list

Answer: Option [D]
Advertisement
ADRE 2.0 Mock Test - 5 Start Test
ADRE 2.0 Mock Test - 5 Start Test

DOWNLOAD CURRENT AFFAIRS PDF FROM APP

8 A pointer in which a pointer variable contains the address of a variable that has already been allocated:
A Null pointer
B Generaic pointer
C Dangling pointer
D Wild pointer

Answer: Option [C]
9 In a doubly linked list traversing comes to a halt at:
A null
B front
C rear
D rear-1

Answer: Option [A]
10 Deletion of a node in linked list involves keeping track of address of node which comes immediately
A after the node that is to be deleted
B before the node that is to be deleted
C afetr the middle node
D None of the above

Answer: Option [A]

ADRE 2.0 MOCK TEST

Take Mock Tests

Government Schemes Mock Test Start Test!
Political Science Mock Test – 42 Start Test
History Test – 190 Start Test
Quantitative Aptitude Test Start Test!
Trigonometry - Mock Test Start Test!
Data Interpretation - Mock Test Start Test!
General Awareness - Mock Test Start Test!
Reasoning Ability - Mock Test Start Test!
Englist(Antonyms) Mock Test 1 Start Test!
Quantitative Aptitude (Percentage) Mock Test Start Test!
Economy Mock Test 1 Unlock Test!
Books & Authors - Test 2 Unlock Test!

Chapters

Advertisement