In PHP, which PDO method is used to prepare an SQL statement for execution to prevent SQL injection?
Choose Your Option
A. PDO::query()
B. PDO::exec()
C. PDO::prepare()
D. PDO::execute()