Q. Which of the following is used for global state management in React?
β
Correct Answer: (C)
Context API
Explanation: Context API allows sharing state across components globally.