What is a Genralised LInked List??
Please give a detailed explation of it..
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 |
where are auto variables stored? What are the characteristics of an auto variable?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Give basis knowledge of web designing ...
What is malloc calloc and realloc in c?
What is the diffences between Windows XP and Windows Visa
What does *p++ do? What does it point to?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
how to impliment 2 or more stacks in a single dimensional array ?
what are far pointers?
How can I increase the allowable number of simultaneously open files?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
what is software?