Otherwise, printf returns a string containing the output. | En otro caso, printf devuelve una cadena conteniendo la salida. |
If dest is a stream or true, then printf returns false. | Si dest es un flujo o vale true, entonces printf devuelve false. |
Use the printf utility to convert decimal values to hexadecimal values. | Utilice la herramienta printf para convertir valores decimales a hexadecimales. |
They are like format symbols in printf function. | Son como los símbolos de formato en la función printf. |
The usage is the same as printf(). | El uso es el mismo que de printf(). |
If we want to print the line using printf(), it is necessary. | Resulta imprescindible si queremos escribir la línea utilizando printf(). |
Simplified versions of printf and sprintf. | Versiones simplificadas de printf y sprintf. |
In the above program we have only one statement which is the printf() routine. | En el programa anterior solo hay una declaración: la rutina printf(). |
Variadic functions are functions (e.g. printf) which take a variable number of arguments. | Las funciones variádicas son funciones (por ejemplo printf) que toman un número variable de argumentos. |
Use the printf() function instead. | Use la función printf() en su lugar. |
