A In Redux, when should you use combineReducers?
A. When you want to use Redux Dev Tools to track the state.
B. When you want to connect the Redux store to a React component.
C. When you want to split a reducer into smaller reducers.
D. When you want to manage actions in the Redux application.
Exit 11