Q. Which hook allows you to access the DOM element directly?
β
Correct Answer: (C)
useRef
Explanation: useRef provides a way to access and persist a reference to a DOM element.