1. The _________node of a Circular Link List contains one links.
- only middle
- only first
- only last
- All
Ans)D
2. In Circular Doubly Linked List a node contain how many fields.
- 1
- 3
- 2
- None
Ans)B
3. Next pointer of last node in a circular linked list contains the address of.
- Last node
- Previous node
- First Node
- NULL
Ans)C
4. A linked list is called a circular list if
a. There is a loop in a linked list
b. If the last node contains a null pointer
c. If the last node contains the pointer to the first node
d. All
Ans : c
5. Null pointer represents
- Empty stack
- Empty queue
- Empty circular list
- Empty tree
Ans : c
6. A linked list is called a circular list if
e. There is a loop in a linked list
f. If the last node contains a null pointer
g. If the last node contains the pointer to the first node
h. All
Ans : c
7. Null pointer represents
- Empty stack
- Empty queue
- Empty circular list
- Empty tree
Ans : c
0 comments:
Post a Comment