C2 [C] prototype - main 함수전에 prototype 선언하기 main 함수에서 호출하는 함수가 main 함수 아래에선언되어 있어서 에러가 발생 main 함수위에 cube함수의 선언부만선언해주면 정상적으로cube 함수를 호출할수 있다. 2024. 5. 26. [C] printf 사용법 https://en.wikipedia.org/wiki/Printf printf - WikipediaFrom Wikipedia, the free encyclopedia C function to format and output text An example of the printf function printf is a C standard library function that formats text and writes it to standard output. The name, printf is short for print formatted where prien.wikipedia.org 2024. 5. 25. 이전 1 다음