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 associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How do I send escape sequences to control a terminal or other device?
Why is sizeof () an operator and not a function?
State the difference between realloc and free.
What are the 5 types of organizational structures?
What does %c mean in c?
Can we use visual studio for c?
Write a program to use switch statement.
What is return in c programming?
Can i use “int” data type to store the value 32768? Why?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Why does this code crash?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How can I manipulate individual bits?
Can we access array using pointer in c language?