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
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What are the storage qualifiers?
Why #include is used?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What is the role of static keyword for a class member variable?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What are multiple inheritances (virtual inheritance)?
What are member functions used in c++?
What is a tuple c++?
How will you call C functions from C ++ and vice-versa?
What is difference between array and vector in c++?
Which is better c++ or java?
What is the use of endl in c++?
What is array in c++ pdf?
Do you need a main function in c++?