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 difference between reference and pointer?
What is code reusability in c++?
What is the difference between an enumeration and a set of pre-processor # defines?
What is size_type?
Can we use clrscr in c++?
Explain class invariant.
Do the names of parameters have to agree in the prototype, definition, and call to the function?
what is COPY CONSTRUCTOR and what is it used for?
Why is c++ not purely object oriented?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What is the type of 'this' pointer? When does it get created?
Is eclipse good for c++?
What are c++ templates used for?
What does the ios::ate argument do?
What is namespace & why it is used in c++?