if (fruit[index]=="end")
  {   printf("종료");
   break;
  }

이렇게 쓰면 "end" 이렇게하면 배열 비교 하는거 안되나요?

문자열은 무조건 strcmp 이거 써야되나요?