Operators in C
Operators in C
Conditional operator
It is also known as ternary operator and used to
evaluate conditional expression.
Special operator
Operator Description Example
sizeof(x) return
Returns the size of
sizeof size of the
an variable
variable x
& Returns the &x ; return