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...


Do you know what are bitwise shift operators in c programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

4 Answers   CTS,


What does != Mean in c?

0 Answers  


Explain indirection?

0 Answers  


What is the difference between functions getch() and getche()?

0 Answers  


Write a progarm to find the length of string using switch case?

0 Answers   TCS,


implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


what is the diff b/w static and non static variables in C. Give some examples plz.

3 Answers   Wipro,


What is structure padding & expalain wid example what is bit wise structure?

1 Answers  


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


Explain can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


What is the use of sizeof?

0 Answers  


What is an object?

5 Answers  


Categories