Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Вкажіть незкінченні цикли
for (i=5;i<15;i++); printf("цикл\\n")
for (i=1;i<6;i++); printf("цикл\\n")
for (i=0;i<=1;i++); printf("цикл\\n")
вірна відповідь відсутня
for (i=1;1;i++); printf("цикл\\n")
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!