Notice
Recent Posts
Recent Comments
250x250
Creative Code
myProfile.c (내 정보 입력하기) 본문
728x90
#include <stdio.h>
int main(void)
{
printf("name : hong gil dong\n");
printf("phone : 010-1234-5678\n");
printf("email : a123454321a\n");
return 0;
}
728x90
'C Programming' 카테고리의 다른 글
A2Z.c (대문자인지 판별하기) (0) | 2023.07.31 |
---|---|
triangle.c(삼각형의 넓이 구하기) (0) | 2023.07.31 |
hello9.c(hello world출력) (0) | 2023.07.31 |
hello.c(hello world출력) (0) | 2023.07.31 |
fahr2celsius3.c(화씨를 섭씨로 바꾸기) (0) | 2023.07.31 |