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

How can I invoke another program or command and trap its output?

0 Answers  


What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,


What do you mean by recursion in c?

0 Answers  


Is null always equal to 0(zero)?

0 Answers  


write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR

3 Answers   IBM,






Explain the binary height balanced tree?

0 Answers  


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,


What is floating point constants?

0 Answers  


what are advantages of U D F?

1 Answers   Google,


What are qualifiers?

0 Answers  


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

0 Answers  


What is meant by initialization and how we initialize a variable?

0 Answers  


Categories