What is linked list in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is friend class in c++ with example?

0 Answers  


What is switch case in c++ syntax?

0 Answers  


What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

0 Answers  


Describe the advantage of an external iterator.

0 Answers  


how to explain our contribution in the project?

0 Answers   Wipro, Yahoo,


Which is better turbo c++ or dev c++?

0 Answers  


What is Pure Virtual Function? Why and when it is used ?

10 Answers   Lucent, Sona,


Explain this pointer?

0 Answers  


What is #include cmath?

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,


Do we have to use initialization list in spite of the assignment in constructors?

0 Answers  


How do you clear a map in c++?

0 Answers  


Categories