Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Сколько раз будет напечатано слово Hello в результатеработы программы?
Сколько раз будет напечатано слово Hello в результате
работы программы?
#include <stdio.h>
#define LIMIT 10
main ( )
{
int i=0;
for(i=1; i<=10; i++)
if (i%2)continue;
if (i%2)
continue;
puts("Hello");
}
int count;
for (count=0; count++<LIMIT; count++)
unsigned i;
for (i=0; i<=LIMIT; i=i+1)
printf ("i=%u", i);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!