Computer Science, asked by adambhat2570, 10 months ago

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 pk0122266
1

i don't know I am very sorry for this....

Answered by shahegulafroz
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