Q. Which statement about props is correct?
β
Correct Answer: (C)
Props help pass data to components
Explanation: Props are used to pass data and event handlers to child components.