What is a Genralised LInked List??
Please give a detailed explation of it..



What is a Genralised LInked List?? Please give a detailed explation of it....

Answer / 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

More C Interview Questions

What does emoji p mean?

0 Answers  


A program to write a number of letters and numbers, such as counting and display

0 Answers  


What is meant by keywords in c?

0 Answers  


difference between c and c++

3 Answers  


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,






What is double pointer in c?

0 Answers  


Explain how do you list a file’s date and time?

0 Answers  


What is a class c rental property?

0 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com

0 Answers  


Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.

1 Answers  


What are bit fields? What is their use?

2 Answers   Adobe,


Categories