Explain selection sorting?


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

Post New Answer

More C++ General Interview Questions

What is the use of default constructor?

0 Answers  


What is isdigit c++?

0 Answers  


Explain the static storage classes in c++.

0 Answers  


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

0 Answers  


How do you allocate and deallocate memory in C++?

1 Answers  






Why we use #include iostream in c++?

0 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  


How do you test your code?

4 Answers   Microsoft,


What is a class template in c++?

0 Answers  


Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program

1 Answers  


Which is best ide for c++?

0 Answers  


How to implement is-a and has-a class relationships?

0 Answers  


Categories