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 should runtime errors be handled in c++?

0 Answers  


Is swift better than c++?

0 Answers  


Write about c++ storage classes?

0 Answers  


What is c++ & why it is used?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. x + y=z;

2 Answers  


What is std :: flush?

0 Answers  


how to swap two numbers with out using temp variable

12 Answers   Global eProcure, TCS,


Why is c++ still used?

0 Answers  


What is the use of bit fields in structure declaration?

0 Answers  


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

0 Answers  


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

0 Answers  


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

0 Answers  


Categories