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 Memory Alignment?

2 Answers   TCS,


What are register variables?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create

0 Answers  


When a function is made inline. Write the situation where inline functions may not work.

2 Answers  


What is istream and ostream in c++?

0 Answers  






When should we use container classes instead of arrays?

0 Answers  


what do you mean by memory management operators

4 Answers   HCL,


Why is c++ awesome?

0 Answers  


What is an explicit constructor?

1 Answers  


Difference between inline functions and macros?

0 Answers  


Why are arrays usually processed with for loop?

0 Answers  


How delete [] is different from delete?

0 Answers  


Categories