which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
No Answer is Posted For this Question
Be the First to Post Answer
Is c the same as c++?
Is c++ harder than java?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Explain the scope of resolution operator.
What is a storage class used in c++?
How do you initialize a class member, class x { const int i; };
Explain polymorphism?
What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
What is null and void pointer?
Why namespace is used in c++?
Explain what data encapsulation is in c++?
What is friend class in c++ with example?