절대강자 C언어 코스웨어 연습문제 제 1장
** 확실하지 않음 주의 1. 소스 프로그램 2. 컴파일러 3. 디버깅 4. #include int main(void){ return 0; } 5. printf() 6. *변환 명세 (ex : %d 정수, %f 실수) "%" 7.%d 8. %f 9. 판단 : yes or no 10. 문자열 상수 11. 배치 파일이 아닙니다. 12. #include int main () { printf("Hello!\nMy name is James Kim.\nNice to meet you."); return 0; } 13. (1) 12345678901234657890 ===1004=== === 1004=== ===00001004=== ===1004 === (2) 8은 8개의 자리로 오른쪽 정렬 ____1004 08은 8개..
알고리즘/C
2022. 7. 3. 15:03