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 operator precedence?

0 Answers  


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

0 Answers  


sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?

4 Answers   Subex,


What is equivalent to ++i+++j?

0 Answers  


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

0 Answers   Wilco,


How do we make a global variable accessible across files? Explain the extern keyword?

0 Answers  


What is the return type of sizeof?

0 Answers  


how to convert binary to decimal and decimal to binary in C lanaguage

7 Answers   BPO, Far East Promotions, IBM, RBS,


In C language, a variable name cannot contain?

0 Answers  


Why do we write return 0 in c?

0 Answers  


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

0 Answers  


How are structure passing and returning implemented?

0 Answers  


Categories