Given statement:
The inverse of a conditional statement is when both the hypothesis and conclusion are negated; the “If” part or p is negated and the “then” part or q is negated.
Hence, the inverse of if p then not q is:
~p -> q (if not p then q)
Answer: Option C