How do you sort a sort function in c++ to sort in descending order?


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

Post New Answer

More C++ General Interview Questions

What is an overflow error?

0 Answers  


What is the use of "new" operator?

0 Answers  


Explain overriding.

0 Answers  


How to access a variable of the structure?

0 Answers  


What are associate containers?

0 Answers  






Can member functions be private?

0 Answers  


What is the use of 'this' pointer?

0 Answers   Fidelity,


Explain Memory Allocation in C/C++ ?

0 Answers   Infosys,


write a program in c++ to implement stack using functions in header file stack.h

3 Answers   Google, Subex,


What are Virtual Functions? How to implement virtual functions in "C" ?

3 Answers  


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

0 Answers  


Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,


Categories