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 |
List different attributes in C++?
Incase of a function declaration, what is extern means?
What is the difference between std::vector and std::list
What are the effects after calling the delete this operator ?
What is ios class in c++?
Explain the volatile and mutable keywords.
What are static and dynamic type checking?
What is a catch statement?
What is capacity in vector in c++?
What are the various operations performed on stack?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What is a storage class used in c++?