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

Post New Answer

More C++ General Interview Questions

How static variables and local variablesare similar and dissimilar?

0 Answers  


What is c++ mutable?

0 Answers  


What is the use of data hiding?

0 Answers  


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

0 Answers  


Explain the uses oof nested class?

0 Answers  


CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?

1 Answers  


What is the use of static functions?

10 Answers   Symphony,


Will this c++ program execute or not?

0 Answers  


Write a C++ Program to Multiply two Numbers

1 Answers  


what are function pointers?

0 Answers  


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


Define pointers?

0 Answers  


Categories