What is a Genralised LInked List??
Please give a detailed explation of it..
Answer Posted / mailkbala
Generally, there are two kind of linked list.
i) Single Linked List and
ii) Double Linked List.
In single Linked List, you can move only in forward
direction using the address of the next node. Each node
contains two fields namely Data and Address of Next node.
In Double Linked List, you can move in both forward and
reverse direction using the address of the next node and
previous node respectively. Here each node contains three
fields namely Data, Address of next node, and Address of
Previous node.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does stand for?
Write a program to check whether a number is prime or not using c?
What is void c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
p*=(++q)++*--p when p=q=1 while(q<=6)
What does *p++ do? What does it point to?
Whats s or c mean?
What is a list in c?
What is output redirection?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
#include
Explain setjmp()?
What are type modifiers in c?
What is typedf?
What does c mean in basketball?