Answer Posted / swati sinha
Linked list is a datastructure which consist of many nodes
linked wit each other.Each node is divided in to
2parts.one has the data and the other has address which
points to the next node.the last node has null pointer.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what's the basic's in dot net
What is polymorphism in oops with example?
can inline function declare in private part of class?
What is inheritance write a program to show use of inheritance?
What is abstraction oop?
Which type does string inherit from?
Write a program to sort the number with different sorts in one program ??
Are polymorphisms mutations?
What is class and object with example?
Is html an oop?
What is the benefit of oop?
Where is pseudocode used?
#include
What is abstraction example?
Can we create object of abstract class?