How does c++ sort work?


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

Post New Answer

More C++ General Interview Questions

class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


what do you mean by volatile variable?

0 Answers  


Is c++ vector dynamic?

0 Answers  


What is c++ vb?

0 Answers  


what are the iterator and generic algorithms.

0 Answers  






What is a container class? What are the types of container classes in c++?

0 Answers  


what is the use of templates?

3 Answers  


Define namespace in c++?

0 Answers  


What is function prototyping? What are its advantages?

0 Answers  


how is returning structurs from functions?Show an eg?

1 Answers   GE,


Why do we use double in c++?

0 Answers  


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


Categories