Codeup1 printf 함수를 사용해서 hello를 출력하는 방법 | printf | #1 | C++ 안녕하세요. 혀코입니다. 이번 시간에는 printf 함수를 사용해서 hello를 출력하는 방법에 대해서 알아보겠습니다. printf 함수를 사용해서 hello를 출력하는 방법은 다음과 같습니다. #include int main() { printf("Hello"); return 0; } printf 함수를 사용하지 않고 hello를 출력하는 방법은 다음과 같습니다. #include int main() { std::cout 2020. 9. 11. 이전 1 다음