WithCS
Toggle navigation
Practice
Status
Discuss
Challenge
Login
Register
Discuss
4255
getchar를 쓰면 int가 아니라 char를 이용해야 될거 같은데
getchar를 쓰면 int가 아니라 char를 이용해야 될거 같은데
jihun1015
Reply 6 years 32 weeks ago
왜 교재에선 int c = getchar(); 로 되어있는지 궁금합니다.
Status
Problem
onacloud
Reply 6 years 32 weeks ago
EOF 값을 받기 위해서 입니다. EOF는 -1이죠