Answer Posted / rashid
A linked list is a linear collection of self referential
structs. LL consists of nodes connected by pointer links.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the three main types of variables?
What is the problem with multiple inheritance?
What is encapsulation and abstraction? How are they implemented in C++?
What is a class and object?
What is polymorphism and its types?
What is overriding in oops?
Which type does string inherit from?
How to hide the base class functionality in Inheritance?
What are the 3 pillars of oop?
Can a destructor be called directly?
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!!!)
What is basic concept of oop?
What is the full form of oops?
Which language is pure oop?
what are the realtime excercises in C++?