Which algorithm do you like the most? Why?

Answer Posted / irshad

Bubble sort..

simple robust & fast

This type of sorting is good for web

Is This Answer Correct ?    3 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is oop?

619


Which bit wise operator is suitable for turning off a particular bit in a number?

643


Explain this pointer?

582


What is function overloading c++?

570


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

3371






What is abstraction c++?

589


What is a constructor and how is it called?

598


State the difference between pre and post increment/decrement operations.

608


Explain the different access specifiers for the class member in c++.

548


When should I use unitbuf flag?

588


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

608


What is void pointer in c++ with example?

596


Does a derived class inherit or doesn't inherit?

618


Do we have to use initialization list in spite of the assignment in constructors?

565


What are virtual functions in c++?

689