Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above..

Answer / sindhu

multiplying by 2
a*2^1

Is This Answer Correct ?    38 Yes 10 No

a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above..

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

Post New Answer

More C Interview Questions

What is ## preprocessor operator in c?

0 Answers  


Please list all the unary and binary operators in C.

3 Answers  


what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these

2 Answers   IBM,


char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,


write a function for strtok()??

2 Answers   Verifone,


Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


What does it mean when a pointer is used in an if statement?

0 Answers  


What is the concatenation operator?

0 Answers  


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

0 Answers   TISL,


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

0 Answers   Wipro,


write a program to display numbers from 1 to 10 and 10 to 1?

2 Answers  


Write a program to print factorial of given number without using recursion?

0 Answers  


Categories