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


Please Help Members By Posting Answers For Below Questions

what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2286


How do I send escape sequences to control a terminal or other device?

811


Why is sizeof () an operator and not a function?

761


State the difference between realloc and free.

824


What are the 5 types of organizational structures?

761


What does %c mean in c?

837


Can we use visual studio for c?

760


Write a program to use switch statement.

861


What is return in c programming?

704


Can i use “int” data type to store the value 32768? Why?

961


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.

1956


Why does this code crash?

827


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

800


How can I manipulate individual bits?

784


Can we access array using pointer in c language?

837