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 are shallow and deep copies?

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


What is the stack?

5 Answers   IBM, ICICI,


What is c++ array?

0 Answers  






What is a constructor and how is it called?

0 Answers  


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

0 Answers   Cankaya University,


How is modularity introduced in C++?

0 Answers   TCS,


Explain the purpose of the keyword volatile.

0 Answers  


What is ifstream c++?

0 Answers  


What are static and dynamic type checking?

0 Answers  


How to demonstrate the use of a variable?

0 Answers  


Categories