design class for linked list and include
constructor,destructor,insert option.
node of form
struct node
{
int data;
struct node &ptr;
}
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is an advantage of polymorphism?
The expansion of GNU
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
Precompilation ?
Why do we use class in oops?
features of OOPS
22 Answers Ness Technologies, Satyam,
What is the use of fflush(stdin) in c++?
What is a class in oop?
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
What is Iteration Hierarchy? What is what is Object behavioral concept?