Q. Which PHP function hashes passwords securely?
β
Correct Answer: (C)
password_hash()
Explanation: password_hash() uses strong algorithms like bcrypt/argon2.