Which of the following are unary operators in C? a. ! b. sizeof c. ~ d. &&
1 point
a b
b c
c d
a c
Answers
Answered by
1
i don't know I am very sorry for this....
Answered by
0
Explanation:
Unary Operator in C:
Unary Minus (-)
Unary Plus (+)
Increment (++)
Decrement (--)
Logical Negation (!)
Address Operator (&)
Sizeof() operator
Option (b) is the right answer.
Similar questions