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

write a c++ code of diagonal matrix.

2 Answers  


Tell us about yourself.

47 Answers   ABB, Amazon, Fidelity, Flextronics, Franklin Templeton, HCL, Hexaware, IBM, Impetus, Infosys, Reliance, Rofous, Silgate, Sutherland, TCS, Thomson Reuters, Virtusa, Wipro,


How to hide the base class functionality in Inheritance?

0 Answers   Viscus Infotech,


Name an advantage of array over linked list?

24 Answers   GML, IBM, Software Solutions,


What do we mean by a hidden argument in a function?

1 Answers   TCL,






program for insertion ,deletion,sorting in double link list

0 Answers  


difference between class and object

10 Answers   Chandan, IBM, Magic Soft,


what is the new version of oops

0 Answers   Ignou,


who is the father of OPPS

4 Answers   Infosys, TCS,


What is object in oop with example?

0 Answers  


You have one base class virtual function how will call that function from derived class?

4 Answers  


to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123

2 Answers  


Categories