Q. What is the correct syntax to handle an event in React?
β
Correct Answer: (C)
onClick={handleClick}
Explanation: React uses camelCase for event handlers and passes functions inside curly braces.