1시간째 fscanf(fp, "%s %s %s", b[i].name, b[i].phone, b[i].email);
여기서 멈추는게 왜 멈추는지 모르고잇다
https://gist.github.com/TreePer/223d0cb5c22fb05acd0dc9c69e01901b
1시간째 fscanf(fp, "%s %s %s", b[i].name, b[i].phone, b[i].email);
여기서 멈추는게 왜 멈추는지 모르고잇다
https://gist.github.com/TreePer/223d0cb5c22fb05acd0dc9c69e01901b
다똑같은 i에서 입력을 받고있어서..
먼지 모르겟어.... 설명좀 해주세양.....