Обьясните пожалуйста что делает код, по строчкам начиная с 10-ой строчки(srand(time(NULL)); Обьясните пожалуйста что делает код, по строчкам начиная с 10-ой строчки(srand(time(NULL));
#include
#include
#include
#include
#include
int main(int argc, char *argv[])
{
int i,t;
char s[2001]="";

srand(time(NULL));
for (i=0;i 79;i--) s[i]=s[i-80];
for(i=0;i<80;i++) s[i]=' ';
for(i=0;i<10;i++) s[rand()%80]='*';
}while(!kbhit ());

system("PAUSE");
return 0;
}
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.