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 is bitwise operator?

Answer Posted / harish

An operator that manipulates individual bits. The operators that we are are familiar with, such as the addition operator (+),multiplication (*),division (/) etc ... work with bytes or groups of bytes. Occasionally, however, programmers need to manipulate the bits within a byte. The C programming language supports the following bitwise operators:
>> Shifts bits right
<< Shifts bits left
& Does an AND compare on two groups of bits
| Does an OR compare on two groups of bits
^ Does an XOR compare on two groups of bits
~ Complements a group of bits
and lots more.....

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 2c dna?

1128


What is the meaning of ?

1082


Is javascript based on c?

1116


Explain how can a program be made to print the line number where an error occurs?

1282


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

1174


Tell us bitwise shift operators?

1145


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2926


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2288


What is the difference between pure virtual function and virtual function?

1180


Explain what are binary trees?

1128


Write a code on reverse string and its complexity.

1092


Explain how can I make sure that my program is the only one accessing a file?

1275


How to implement a packet in C

2932


Where local variables are stored in c?

1045


Describe dynamic data structure in c programming language?

1136