Please list all the unary and binary operators in C.
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of in c?
What is sizeof int?
What is union and structure in c?
What's the right way to use errno?
What is atoi and atof in c?
How can I find out the size of a file, prior to reading it in?
What are c identifiers?
How many bytes are occupied by near, far and huge pointers (dos)?
Stimulate calculator using Switch-case-default statement for two numbers
what is a constant pointer in C
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
how we can make 3d venturing graphics on outer interface
Is malloc memset faster than calloc?
How is a null pointer different from a dangling pointer?
Explain how can you tell whether a program was compiled using c versus c++?