Q. Which hook is used to manage state in functional components?
β
Correct Answer: (D)
useState
Explanation: `useState` is the primary hook used for state management in functional components.