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 |
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
What is class invariant in c++?
Why pointer is used in c++?
Define upcasting.
When is a template better solution than a base class??
Types of storage and scope of each type
Is c++ an integer?
What is a "RTTI"?
What is time h in c++?
What is a smart pointer?
Should I learn c++ c?