Q. Which method resets a reactive form in Angular?
β
Correct Answer: (C)
reset()
Explanation: The `reset()` method clears the form and resets all fields to default values.