목차 1 개요 개요 C if C언어 if C언어 if 루프 #include <stdio.h> void main() { if (43 > 42) { printf("hello\n"); } else { printf("world\n"); } }