Difference between shift left and shift right?
Answer / 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 |
What is virtual table?
What is the full form of india?
What is the difference between while and do while loop?
What is an action class?
Define the operators that can be used with a pointer.
What are the five basic elements of a c++ program?
Show the declaration for a static member variable.
Explain the difference between c++ and java.
When a function is made inline. Write the situation where inline functions may not work.
How the delete operator differs from the delete[]operator?
What is the two main roles of operating system?
Why we use #include iostream in c++?