a<<1 is equivalent to
a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the
above
Answer Posted / dev
left shift by 1 so the ans would be none of this..... it is
complementing
| Is This Answer Correct ? | 8 Yes | 15 No |
Post New Answer View All Answers
What is variables in c?
What is maximum size of array in c?
In which language linux is written?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Differentiate between the = symbol and == symbol?
What is new line escape sequence?
If fflush wont work, what can I use to flush input?
What are called c variables?
Differentiate between new and malloc(), delete and free() ?
How will you write a code for accessing the length of an array without assigning it to another variable?
Can include files be nested?
Why is c not oop?
What are the uses of a pointer?
What is a good data structure to use for storing lines of text?
What is s in c?