Explain selection sorting. Also write an example.


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  


pls help.. paper bills.. 1000, 500, 100, 50, 20, 10, 5, 1.. create a program that will count all the paper bills in the number being input.. example: enter a number: 3886 there is/are: 3 ->1000 1 ->500 3 ->100 1 ->50 1 ->20 1 ->10 1 ->5 1 ->1 example2: enter a number: 728 there is/are: 0 ->1000 1 ->500 2 ->100 0 ->50 1 ->20 0 ->10 1 ->5 3 ->1

4 Answers  


What is a class definition?

0 Answers  


Explain the isa and hasa class relationships. How would you implement each?

0 Answers  


Write a program to find the reverse Fibonacci series starting from N.

0 Answers   Huawei,






When should I use unitbuf flag?

0 Answers  


What is decltype c++?

0 Answers  


Do you know what are static and dynamic type checking?

0 Answers  


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

0 Answers  


Write the program form Armstrong no in c++?

11 Answers   HCL,


Describe delete operator?

0 Answers  


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

0 Answers  


Categories