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
When does a name clash occur?
How are virtual functions implemented in c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
Is swift a good first language?
What is the benefit of c++?
implement stack using stack.h headerfile functions
1 Answers Exilant, GMG, Subex, University,
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What is long in c++?
What is diamond problem in c++?
What is the difference between method and message?
why is iostream::eof inside a loop condition considered wrong?
In a function declaration, what does extern mean?