안녕하세요.
예를 들자면 printf("abc") 라고 하면 그대로 abc 가 출력이 됩니다.
printf("a%dc"); 라고 하면 a134745360c 라고 출력이 되네요.
printf() 안의 인자에 %d 가 포함이되더라도 그대로 출력할 수 있는 방법 좀 알려주세요.
도움 주시면 감사하겠습니다.
printf("a%%dc");
printf("a\%dc"); 아닌가요;;; \(backspace)는 escape 문자입니다. %도 escape 문자였나요;;;ㅋ 코딩을 안한지 너무 오래되서리;;;ㅋ
* Everything is not accomplished *
printf( "%s", "a%dc" );
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
printf("a%%dc");
printf("a%%dc");
printf("a\%dc");
printf("a\%dc"); 아닌가요;;; \(backspace)는 escape 문자입니다. %도 escape 문자였나요;;;ㅋ 코딩을 안한지 너무 오래되서리;;;ㅋ
* Everything is not accomplished *
printf( "%s", "a%dc" );
printf( "%s", "a%dc" );
댓글 달기