Q. In which file is the root React component typically rendered?
β
Correct Answer: (C)
Index.js
Explanation: index.js is the entry point where the root React component is rendered into the DOM.