printf
- Ejemplos
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. |
Description: Multiple buffer overflows existed in SQLite's printf implementation. | Descripción: existían varios desbordamientos del búfer en la implementación de printf por parte de SQLite. |
This library contains MSX-DOS compatible versions of the standard C functions getchar, putchar and printf. | Esta librería contiene versiones compatibles con MSX-DOS de las funciones estándar getchar, putchar y printf. |
Printf would normally do this but we don't have printf and it would exceed all our memory. | Printf haría normalmente esto pero no tenemos printf y excedería toda nuestra memoria. |
The functions in the printf() family produce output according to a format as described below. | Las funciones de la familia printf producen una salida de acuerdo a format como se describe abajo. |
We have already encountered the function main and made use of printf from the standard library. | Hemos encontrado ya el printf principal y hecho uso de la función de la biblioteca estándar. |
Imagine that what you import is a physical library and printf() is one of the books available. | Imagine que lo que importa es una biblioteca física y printf () es uno de los libros disponibles. |
Code such as printf(foo); often indicates a bug, since foo may contain a % character. | Fragmentos de código como printf(foo); indican a menudo un fallo, puesto que foo puede contener un carácter %. |
Operates as printf() but accepts an array of arguments, rather than a variable number of arguments. | Opera como printf() pero acepta una matriz como sus argumentos, en lugar de un número variable de argumentos. |
To print such a value, convert it to unsigned long and use the %lu printf format. | Para imprimir cada uno de estos valores, conviértelo a unsigned long y usa el formato %lu de printf. |
The wprintf() family of functions is the wide-character equivalent of the printf(3) family of functions. | La familia de funciones wprintf es equivalente para caracteres anchos a la familia de funciones printf. |
