Which algorithm do you like the most? Why?
Answers were Sorted based on User's Feedback
Answer / samrat das
Booth algorithm...
It shows how a multiplication goes on in the register level.
It helps a system programmer to create in register level program.
This type of algorithm helps in microprocessor architecture programming.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / irshad
Bubble sort..
simple robust & fast
This type of sorting is good for web
Is This Answer Correct ? | 3 Yes | 9 No |
What is difference between rand () and srand ()?
What is pure virtual function? Or what is abstract class?
What do nonglobal variables default to a) auto b) register c) static
What is the purpose of the noexcept keyword?
what is data encapsulation in C++?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
Who was the creator of c++?
What is a storage class?
How many ways are there to initialize an int with a constant?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Explain calling an object's member function(declared virtual)from its constructor?
What is the header file for setw?