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


Please list all the unary and binary operators in C.

Answers were Sorted based on User's Feedback



Please list all the unary and binary operators in C...

Answer / kuldeep singh

unary operatos are increment(++),decrement(--),minus(-)
,ampersand(&)negation(!),sizeof(),pointer referance
(*),one's complement(~).......
and binary operatos are +,*,%,/,<,>,=,AND(&&),OR
(||),assigment operator(==),inequility(>=,<=)

Is This Answer Correct ?    32 Yes 3 No

Please list all the unary and binary operators in C...

Answer / shiva shankar shukla

> AND OR XOR NOT

Is This Answer Correct ?    1 Yes 4 No

Please list all the unary and binary operators in C...

Answer / jai tushar

assignment operator (=)

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More C Interview Questions

Can a variable be both constant and volatile?

0 Answers  


why we need function pointers?

3 Answers  


convert 12345 to 54321 withoutusing strig

5 Answers  


Explain what is the difference between text files and binary files?

0 Answers  


What does the characters “r” and “w” mean when writing programs that will make use of files?

0 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

0 Answers   GrapeCity,


Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.

1 Answers   Wipro,


What is the significance of c program algorithms?

0 Answers  


#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }

3 Answers   ADITI,


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

0 Answers   IBM,


Categories