Right answer is (b) MATLAB keeps on generating multiple plots in the same window
The best I can explain: Suppose we plot 2 graphs on the same window by using the hold command. If we don’t stop the implementation of the hold function, MATLAB will keep on generating plots on the same window. So the user won’t get a separate plot if he wants.