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 the use of operator ^ in C ? and how it works?

Answer Posted / vinay sachan

exclusive OR ^ is a bitwise operator known as (left assoc).

expr1 ^ expr2

ex.

0x12 ^ 0x58

returns 0x4A (the set bits in the result are those that are set in either 0x12 or 0x58, but not set in both).

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c standard library?

1272


Which is the best website to learn c programming?

1137


Difference between Shallow copy and Deep copy?

2077


What is the role of this pointer?

1130


What does #pragma once mean?

1208


Why is c still so popular?

1104


Write the syntax and purpose of a switch statement in C.

1153


What is extern c used for?

1121


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2536


What are bitwise shift operators in c programming?

1139


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1843


Was 2000 a leap year?

1093


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2758


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

1941


Does c have function or method?

1064