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 mutable member?
List down the guideline that should be followed while using friend function.
What do you mean by overhead in c++?
Explain the difference between static and dynamic binding of functions?
What do you mean by abstraction. Explain your answer?
Give 2 examples of a code optimization?
Is c++ a low level language?
Which bitwise operator is used to check whether a particular bit is on or off?
When you overload member functions, in what ways must they differ?
What is the role of static keyword for a class member variable?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Which of the following is evaluated first: a) && b) || c) !