Answer Posted / purba phalguni mishra
" Linked List is a collection of data elements consisting
of nodes", basically two parts:-
1. INFO part- contains the information/value of data items.
2.LINK part- keeps the address of the adjacent node,i.e,
co-relating notes.
The basic application,i.e, the linear arrangement of data
items gives the fundamental idea of array.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is a class and object?
What is property in oops?
Get me a number puzzle game-program
Why do we use polymorphism in oops?
What is encapsulation oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is methods in oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What are oops methods?
What is solid in oops?
Where is pseudocode used?
Which is not an object oriented programming language?
What is polymorphism in oops with example?
Prepare me a program for the animation of train
What is the oops and benefits of oops programming?