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 are the advantage of using register variables?
Tell me difference between constant pointer and pointer to a constant.
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What is virtual constructor paradigm?
What is a catch statement?
What are the operators in c++?
How can we check whether the contents of two structure variables are same or not?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
how to connect with oracle 9i with server in socket program in c/c++
What's the order in which the objects in an array are destructed?
What do you mean by enumerated data type?
Explain about Virtual Function in C++?