Выполните ручную прокрутку программы, заполните таблицу (возможно частично). Определите, что будет выведено на экран.
a.
{
k=0;
for (i=1; i<=10; i++)
for (j=1; j<=10; j++)
{
k++;
}
printf("%d",k);
}
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.