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
Is java based off c++?
Write about the local class and mention its use?
Write about the scope resolution operator?
Is it possible to write a c++ template to check for a function's existence?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Why c++ is so important?
What is a v-table?
How many namespaces are there in c++?
Where the memory to the static variables is allocated?
What does obj stand for?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
How do you show the declaration of a virtual constructor?
Why is it called c++?
Is swift faster than go?