Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
14.What is the difference between a for loop and a while loop in C++?
14.
What is the difference between a for loop and a while loop in C++?
A for loop is used for fixed iteration, while a while loop is used forconditional iteration
A for loop is used for fixed iteration, while a while loop is used for
conditional iteration
A for loop always runs faster than a while loop
Afor loop requires initialization, condition, and increment; a while loop doesnot
A
for loop requires initialization, condition, and increment; a while loop does
not
Awhile loop cannot be used for loops with fixed iterations
while loop cannot be used for loops with fixed iterations
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!