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 |
What does emoji p mean?
A program to write a number of letters and numbers, such as counting and display
What is meant by keywords in c?
difference between c and c++
how can i get output like this? 1 2 3 4 5 6
What is double pointer in c?
Explain how do you list a file’s date and time?
What is a class c rental property?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
What are bit fields? What is their use?