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


Please Help Members By Posting Answers For Below Questions

What is the basic structure of c?

563


Why malloc is faster than calloc?

594


Can we declare variable anywhere in c?

541


What is the value of h?

598


What do you understand by friend-functions? How are they used?

653






Define the scope of static variables.

608


List some applications of c programming language?

560


What is the purpose of void in c?

626


Do you know what are bitwise shift operators in c programming?

589


Is register a keyword in c?

641


What is the heap in c?

647


what is event driven software and what is procedural driven software?

2019


Does c have an equivalent to pascals with statement?

578


Why c is a procedural language?

587


What is page thrashing?

657