What sorting algorithm does c++ use?


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

Post New Answer

More C++ General Interview Questions

What are virtual constructors/destructors?

0 Answers  


What is a map in c++?

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


Define a pdb file.

0 Answers  


Is overriding possible in c++?

0 Answers  






What is std :: endl?

0 Answers  


What do c++ programmers do?

0 Answers  


What is meant by a delegate?

0 Answers  


How do we implement inheritance in c++?

0 Answers  


Is it possible for the objects to read and write themselves?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


write a porgram in c++ that reads an integer and print the biggest digit in the number

0 Answers  


Categories