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

Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

0 Answers   CAT,


What is an advantage of polymorphism?

0 Answers  


The expansion of GNU

3 Answers  


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

1 Answers  


Precompilation ?

1 Answers   emc2,


Why do we use class in oops?

0 Answers  


features of OOPS

22 Answers   Ness Technologies, Satyam,


What is the use of fflush(stdin) in c++?

4 Answers   HCL,


What is a class in oop?

0 Answers  


Difference between over loading and over ridding?

12 Answers   CTS, Patni, Softvision Solution,


should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks

2 Answers  


What is Iteration Hierarchy? What is what is Object behavioral concept?

1 Answers  


Categories