0 likes | 4 Views
In C , the for loop is an entry-controlled loop mainly utilized to iterate a part of the program multiple times. If the number of iterations is fixed, it is recommended to use a for loop rather than a while or do-while loop. <br>https://www.tpointtech.com/cpp-for-loop
E N D