what is the difference between linear list linked
representaion and linked representation? what is the
purpose of representing the linear list in linked
represention ? is it not avoiding rules of linear
represention?
No Answer is Posted For this Question
Be the First to Post Answer
What's the order in which the objects in an array are destructed?
What is the standard template library (stl)?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
When is the destructor called?
How the programmer of a class should decide whether to declare member function or a friend function?
What is ostream in c++?
How can you tell what shell you are running on unix system?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
State the difference between delete and delete[].
What is c++ similar to?
What is c++ hiding?
What is the handle class?