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 |
1.what is the difference between software & package &application.
Why do we use double in c++?
How would you use qsort() function to sort an array of structures?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
What is set in c++?
How long will it take to learn programming?
What is a hash function c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Keyword mean in declaration?
How delete [] is different from delete?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
which operator is used for performing an exponential operation a) > b) ^ c) none