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 the advantage of oop over procedural language?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What do you mean by overloading?
Templates mean
What is the purpose of enum?
What are the 3 principles of oop?
Can abstract class have normal methods?
What is inheritance in simple words?
How is polymorphism achieved?
What is the real time example of encapsulation?
Can we define a class within the interface?
What is oops in simple words?
Why is polymorphism needed?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is encapsulation with example?