Курсовая работа: Інформаційно-довідкова система
gotoxy(1,1);
printf("%d",list.count);
gotoxy(3,23);
printf("Enter Name ");
scanf("%s",&s);
strcat(list.m[list.count].name,s);
gotoxy(3,23);
printf(" ");
gotoxy(3,23);
printf("Enter Adress ");
scanf("%s",&s);
strcat(list.m[list.count].adress,s);
gotoxy(3,23);
printf(" ");
gotoxy(3,23);
printf("Enter Phone ");
scanf("%s",&s);
strcat(list.m[list.count].phone,s);
gotoxy(3,23);
printf(" ");
gotoxy(3,23);
printf("Enter Count Fakultet ");
scanf("%s",&s);
strcat(list.m[list.count].countf,s);
gotoxy(3,23);
printf(" ");
gotoxy(3,23);
printf("Enter Duplom ");
scanf("%s",&s);