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
Write my own zero-argument manipulator that should work same as hex?
What is lambda in c++?
What is the full name of logo?
What is data type in c++?
How did c++ start?
Which c++ operator cannot overload?
What is this pointer in c++?
What is the purpose of the "delete" operator?
Explain overriding.
What is implicit pointer in c++?
Is std :: string immutable?
What programming language should I learn first?
How did c++ get its name?
Explain linear search.
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.