Explain bubble 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 behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?

2 Answers  


What are protected members in c++?

0 Answers  


What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

0 Answers  


Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  


Is std :: string immutable?

0 Answers  






Are strings immutable in c++?

0 Answers  


Explain container class.

0 Answers  


Is c++ faster than c?

0 Answers  


Write about the scope resolution operator?

0 Answers  


How do you save a c++ program?

0 Answers  


difference between macro and function?

3 Answers  


Does c++ vector allocate memory?

0 Answers  


Categories