본문 바로가기

컴퓨터/C

C printf()

#include <stdio.h>
printf("%d", 20);

 

'컴퓨터 > C' 카테고리의 다른 글

C 10진수를 2진수로 출력  (2) 2022.10.15
C scanf()  (0) 2022.10.14
C array 1차원 배열과 포인터  (0) 2022.10.14
C hello, world!  (0) 2022.10.14
C 변수 scope  (2) 2022.09.08