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
Wt are the Buses in C Language
What is switch in c?
Can you please explain the difference between malloc() and calloc() function?
Is c still relevant?
Should I learn c before c++?
What does dm mean sexually?
What are pointers? What are stacks and queues?
Write a Program to find whether the given number or string is palindrome.
What is spark map function?
Explain setjmp()?
What are the types of bitwise operator?
Is Exception handling possible in c language?
What is static function in c?
What are the advantages of using Unions?
What are the 5 types of inheritance in c ++?