Answer Posted / 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 |
Post New Answer View All Answers
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is the use of object in c++?
What does asterisk mean in c++?
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is flag in computer?
What is the keyword auto for?
Which function cannot be overloaded c++?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
How is static data member similar to a global variable?
What is the hardest coding language to learn?
What apps are written in c++?
What is the difference between an enumeration and a set of pre-processor # defines?
What is setbase c++?
What is a Default constructor?
What do you mean by storage classes?