Q. Why is eval() considered dangerous?
β
Correct Answer: (C)
It allows arbitrary code execution
Explanation: eval() can execute malicious code if input is not trusted.