Format Specifiers
-----------------------
There are many format specifiers defined in C.
Take a look at the following list:
%i or %d int
%c char
%f float
%lf double
%s string
************************************************************************************
escape sequence.
-------------------------
The \n used in the printf statements is called an escape sequence. In this case it represents a newline character. After printing something to the screen you usually want to print something on the next line. Commonly used escape sequences are:
\n (newline)
\t (tab)
\v (vertical tab)
\f (new page)
\b (backspace)
\r (carriage return)
\n (newline)
En esta página del sitio puede ver el video en línea C Programming Tutorial 20 Escape Sequences & Format Specifiers C C++ de Duración hora minuto segunda en buena calidad , que subió el usuario itteacher1 19 mayo 2011, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,112 veces y le gustó 0 a los espectadores. Disfruta viendo!