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

What is the difference between containment and delegation?

0 Answers  


Explain the extern storage classes in c++.

0 Answers  


Explain how an exception handler is defined and invoked in a Program.

0 Answers  


What do the header files usually contains?

0 Answers  


Explain the isa and hasa class relationships.

0 Answers  






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

0 Answers  


What is the maximum combined length of command line arguments including the space between adjacent arguments?

0 Answers  


What is the use of seekg in c++?

0 Answers  


What happens when a function throws an exception that was not specified by an exception specification for this function?

1 Answers  


Do you know the use of vtable?

0 Answers  


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)

4 Answers   HTC, TCS,


Is c++ a float?

0 Answers  


Categories