C언어1 printf 출력 서식 원문 : http://devanix.tistory.com/283 "%[parameter][flags][width][.precision][length]type" Parameter Character Description n$ 파라미터 지정 This is a POSIX extension and not in C99. Example: printf("%2$d %1$#x %1$d",16,17) produces "17 0x10 16" Flags Character Description + 양수 '+', 음수 '-' 기호 출력. (디폴트 : 아무것도 표시 안함) - 좌측 정렬 # 8진수, 16진수 출력시 각각 0과 0x를, 실수의 경우 소수점 이하 0을 출력 ' '공백 출력할 크기가 0보다 클 때 수의 앞에 빈 칸 하나 .. 2011. 10. 18. 이전 1 다음