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

How to hide the base class functionality in Inheritance?

0 Answers   Viscus Infotech,


Can static class have constructor?

0 Answers  


What is Virtual Keyword?

9 Answers   IBM, NA,


What do you mean by public, private, protected and friendly?

3 Answers   CA,


Write A Program using Single and Multiple Inheritance.

1 Answers  


Give two or more real cenario of virtual function and vertual object

0 Answers   TCS,


What is variable example?

0 Answers  


what type of questions

0 Answers   IBM,


Write a c++ program to display pass and fail for three student using static member function

0 Answers  


What is multilevel inheritance explain with example?

0 Answers  


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

1 Answers   InfoAxon Technologies,


Write a macro for swapping integers

5 Answers  


Categories