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

what are bitwise shift operators?

Answer Posted / bhupende r singh

The bitwise shift operators move the bit values of a binary
object.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain why C language is procedural?

1275


What is zero based addressing?

1239


When can you use a pointer with a function?

1154


Write a program to swap two numbers without using third variable in c?

1180


What is the difference between array and pointer in c?

1230


What are the complete rules for header file searching?

1132


Explain what is the difference between null and nul?

1214


What are the two forms of #include directive?

1220


What is a c token and types of c tokens?

1128


how logic is used

2023


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

2355


What is c value paradox explain?

1164


Why can’t constant values be used to define an array’s initial size?

1438


why do some people write if(0 == x) instead of if(x == 0)?

1126


I heard that you have to include stdio.h before calling printf. Why?

1115