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
write a C++ program for booking using constructor and destructor.
Which language is pure oop?
What is the difference between encapsulation and polymorphism?
What makes a language oop?
what is the drawback of classical methods in oops?
How to improve object oriented design skills?
Please send ford technologies placement paper 2 my mail id
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
How oops is better than procedural?
What is the types of inheritance?
How to use CMutex, CSemaphore in VC++ MFC
what are the realtime excercises in C++?
When not to use object oriented programming?
Why interface is used?
Why is oop useful?