a<<1 is equivalent to
a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the
above
Answers were Sorted based on User's Feedback
Answer / dev
left shift by 1 so the ans would be none of this..... it is
complementing
| Is This Answer Correct ? | 8 Yes | 15 No |
what do the 'c' and 'v' in argc and argv stand for?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
How can I find leaf node with smallest level in a binary tree?
What is structure in c language?
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
Explain what are the __date__ and __time__ preprocessor commands?
How can I read a directory in a c program?
What is the explanation for modular programming?
What is const and volatile in c?
how to use virual function in real time example
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
Does c have an equivalent to pascals with statement?