저 추가로 ㅠㅜ.
그 포인터라는걸 넣으려면 struct SCORE
{
  int n;
  int num;
  char na[10];
  int eng;
  int math;
  int total;
  float ave;
}p1;

p1 d,*t;
요런식으로 넣나요??