용어 사전 coding 용어 페이지 버퍼 일정 크기의 배열을 만들어 데이터를 임시로 저장하는 공간 buffer #coding#c English version 다른 이름 Buffer 관련 개념 배열인덱스문자열널 문자표준 입력표준 출력 핵심 아이디어 버퍼는 일정 크기의 배열을 만들어 데이터를 임시로 저장하는 공간. 이 개념은 배열, 인덱스, 문자열 같은 주변 용어와 함께 쓰일 때 의미가 더 분명해집니다. 이 블로그에서의 역할 Mathbong에서는 c 주제 글에서 이 용어를 반복적으로 참조합니다. 이 개념을 다루는 글 더 보기 1+ [C Series 7] Grouping Values with Arrays and Strings Learn how arrays occupy contiguous memory, how null-terminated strings work, and how to declare, initialize, and loop over them.[C Series 12] Reading and Writing Data via Standard Input and Files Practice `scanf`, `fgets`, `fprintf`, `fopen`, and `fclose` from `stdio.h` to master console and file I/O flows.[C 시리즈 7편] 배열과 문자열로 값 묶기 연속된 메모리를 차지하는 배열과 ` `으로 끝나는 문자열을 선언·초기화·반복 처리하는 방법을 정리합니다.