Q. Which React hook is used to store and persist a reference across renders?
β
Correct Answer: (C)
useRef
Explanation: useRef allows storing values that persist across renders without triggering re-renders.