
아싸 2등 당첨~

고시라도 합격한 기분이군....
(http://www.kumhotire.co.kr/event/ev_winner_view.jsp?seq=443)
Posted on 2010/02/24 00:02
Filed Under Story/Happy
Posted on 2010/02/23 17:29
Filed Under Study/Programming
| Conversion Character
|
How the corresponding argument is printed
|
| c | as a character |
| d | as a decimal integer |
| e | as a floating point number; example 7.123000e+00 |
| f | as a floating point number; example 7.123000 |
| g | in the e-format or f-format, whichever is shorter |
| s | as a string |
As an example, consider the following co
| Special Character
|
Escape Sequence
|
| alert (beep) | \a |
| backslash | \\ |
| backspace | \b |
| carriage return | \r |
| double quote | \" |
| form feed | \f |
| horizontal tab | \t |
| newline | \n |
| null character | \0 |
| single quote | \' |
| vertical tab | \v |
| question mark | \? |
Adding the escape seque
from.
http://web.mit.edu/10.001/Web/Course_Notes/c_Notes/tips_printf.html
"Using the output function printf"
댓글을 달아 주세요