The not operator is used _____.
a) in a conditional statement when only one of two conditions must be true
b) to continue program execution to the next conditional statement in a con
c) to invert the value of a boolean expression
d) to declare a variable that cannot be modified after initialization