strcpy(student[*count]->name, name);
 student[*count]->id, id;
 student[*count]->score = score;

 printf("\n입력이 완료되었습니다.\n\n");

 (*count)++;

 

여기서 *count의 의미를 도저히 모르겠어

 

어디서 받은 소스코드인데 저게 왜 있는건지 도저히 모르겠어..

 

도와주라