What Is A Sentinel Controlled Loop In C ?
What Is A Sentinel Controlled Loop In C ? A sentinel controlled loop is also called an indefinite repetition loop because the number of iterations is not known before the loop starts executing. … An example of a sentinel controlled loop is the processing of data from a text file of unknown size. What does