Explain selection sorting?


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

Post New Answer

More C++ General Interview Questions

Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

0 Answers  


What is namespace & why it is used in c++?

0 Answers  


iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?

1 Answers  


What is the difference between strcpy() and strncpy()?

0 Answers  


What is a hash function c++?

0 Answers  






What are vectors used for in c++?

0 Answers  


Explain stack & heap objects?

0 Answers  


Define the process of handling in case of destructor failure?

0 Answers  


What is the difference between ++ count and count ++?

0 Answers  


Can a new be used in place of old mallocq? If yes, why?

0 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  


What is a constant? Explain with an example.

0 Answers  


Categories