Question

Which operator in C has the highest precedence among the following?

A ++ (postfix)
B * (dereference/multiplication)
C sizeof
D () (function call)
E ! (logical NOT)
Practice Next

Hey! Ask a query