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
what is the new version of c++
1 Answers Ignou, Pramata, Satyam,
What is difference between oop and pop?
Advantage and disadvantage of routing in telecom sector
In multilevel inheritance constructors will be executed from the .... class to ... class
How is polymorphism achieved?
What are virtual classes?
what is the function of 'this' operator ?
What do you mean by abstraction?
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
how to swap to variables without using thrid variable in java?
any one please tell me the purpose of operator overloading
all about pointers