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 pointer -to-members in C++? Give their syntax?
What is different in C++, compare with unix?
Differentiate between the message and method?
What is the hardest coding language to learn?
What is microsoft c++ redistributable 2013?
Can member data be public?
Can malloc be used in c++?
Which software is best for c++ programming?
Which c++ operator cannot overload?
How does atoi function work?
What is struct c++?
What is the type of this pointer in c++?