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 a flag in c++?
What is fflush c++?
Explain binary search.
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Write about the access privileges in c++ and also mention about its default access level?
If I is an integer variable, which is faster ++i or i++?
How we can differentiate between a pre and post increment operators during overloading?
Differentiate between structure and class in c++.
What does override mean in c++?
What is abstraction in c++ with example?
What is the full form of ios?
What are the uses of pointers?