About Us About Embedded Introduce Editorial Contributions Location Document Android Application Embedded Linux Processor Arduino AVR Devices Resource Android Application Embedded Linux Processor Arduino AVR Devices Education 교육과정안내 교재 프로젝트 자료실 Reference Community 공지사항 제품광고 구인광고
입출력문 작성자 임베디드코리아 작성일22-05-13 23:10 조회886회 댓글0건 첨부파일 03_입출력문.pdf (463.6K) 79회 다운로드 DATE : 2022-05-13 23:10:05 이전글 다음글 목록 1) printf 형식 ----- < printf_format.c > --------------- #include <stdio.h> int main() { printf("%s\n", "embedded krea!"); return 0; } printf("%s%s\n", "embedded ", "korea"); // embedded에 공백을 넣음 printf("%s%s\n", "embedded", " korea"); // korea에 공백을 넣음 이전글 다음글 목록