design class for linked list and include
constructor,destructor,insert option.
node of form
struct node
{
int data;
struct node &ptr;
}


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is DeadlyDiamondDeathProblem ?

1 Answers  


What is difference between oop and pop?

0 Answers  


Plese get me a perfect C++ program for railway/airway reservation with all details.

0 Answers   ITM,


Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.

1 Answers   Global Academy, Infotech,


what is the advantage in software? what is the difference between the software developer and Engineer

1 Answers  






What is basic concept of oop?

0 Answers  


what is difference between class template and template class?

0 Answers  


What are the 4 pillars of oop?

0 Answers  


which is platform independent device used in computers

2 Answers  


What's the full form of STL?

2 Answers  


In which Scenario you will go for Interface or Abstract Class?

1 Answers   InfoAxon Technologies,


What is difference between inheritance and polymorphism?

0 Answers  


Categories