Is there a sort function 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 the limitation of cin while taking input for character array?

0 Answers  


write a programme to get a character and thier ASCII value

0 Answers  


What is an Object/Instance?

1 Answers  


How do you traverse a btree in backward in-order?

0 Answers  


What is a null object in c++?

0 Answers  






How do you flush a buffer in c++?

0 Answers  


how to swap two strings without using any third variable ?

11 Answers  


What is the difference between operator new and the new operator?

3 Answers   Amazon, TCS, Wipro,


Which is the best c++ compiler for beginners?

0 Answers  


What is this weird colon-member (" : ") syntax in the constructor?

0 Answers  


int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 Answers   AIG, Quark,


Can we define a constructor as virtual in c++?

0 Answers  


Categories