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 is polymorphism oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
How is class defined?
What is polymorphism and why is it important?
What is oops and its features?
What type of loop is a for loop?
Why interface is used?
What is a class in oop?
Why it is called runtime polymorphism?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
can inline function declare in private part of class?
What is this pointer in oop?
What is destructor give example?
What is difference between data abstraction and encapsulation?
What causes polymorphism?