C-Language/String in out to STDOUT 썸네일형 리스트형 String in/out to STDOUT C언어에서 문자열 입/출력 예 #include #include /* 키보드(표준입력, stdin스트림)로부터 문자열을 입력하는 함수들 gets() : The gets() function reads characters from stdin and loads them into str, until a newline or EOF is reached. The newline character is translated into a null termination. The return value of gets() is the read-in string, or NULL if there is an error. Note that gets() does not perform bounds checking, and thus risks.. 더보기 이전 1 다음