Difference between shift left and shift right?
Answer Posted / devesh kumar patel
in shift left we multiply the no by 2^n and in right shift
we multiply the no by 2^-n (where 'n' is no. of shift)
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can c++ do everything c can?
When there is a global variable and local variable with the same name, how will you access the global variable?
Is c++ free?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
How can an improvement in the quality of software be done by try/catch/throw?
What is the difference between a declaration and a definition?
what do you mean by volatile variable?
Is c++ a low level language?
What is the purpose of extern storage specifier?
State the difference between pre and post increment/decrement operations.
What is flush c++?
Write my own zero-argument manipulator that should work same as hex?
Name the implicit member functions of a class.
Why would you use pointers in c++?
What is virtual destructor? What is its use?