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 an associative container in c++?
How can you find the nodes with repetetive data in a linked list?
What do you mean by a template?
How is static data member similar to a global variable?
differance between copy & clon
What is the two main roles of operating system?
What is an explicit constructor?
What is the fastest c++ compiler?
Can manipulators fall in love?
What is a loop? What are different types of loops in c++?
Which software is best for c++ programming?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?