which is the easy way to divide any integer by 2?
Answer Posted / saranya
if s=10
s=s>>1
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the meaning of c++?
What return value must conversion operators have in their declaration?
Write a program using display() function which takes two arguments.
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is the need of a destructor? Explain with the help of an example.
Why is it necessary to use a reference in the argument to the copy constructor?
Can we declare a base-class destructor as virtual?
What do you understand by a pure virtual member function?
Ask to write virtual base class code?
What are the storage qualifiers?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
what is VOID?
What is private inheritance?
Carry out conversion of one object of user-defined type to another?
What is the best c c++ compiler for windows?