Which sort does c++ use?


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

Post New Answer

More C++ General Interview Questions

why the size of an empty class is 1

4 Answers  


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


What is iomanip c++?

0 Answers  


What are destructors?

0 Answers  


Is it possible to use a new for the reallocation of pointers ?

0 Answers  






What are punctuators in c++?

0 Answers  


What is anonymous object in c++?

0 Answers  


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


What is the Diffrence between a "assignment operator" and a "copy constructor"?

3 Answers   Wipro,


how is returning structurs from functions?Show an eg?

1 Answers   GE,


How do you show the declaration of a virtual constructor?

0 Answers  


Define Virtual function in C++.

0 Answers   iNautix,


Categories