Download for Windows Premium
Publiciteit
del bucle do-while
Bedoelde u: el bucle do-while

Examples with "del bucle do-while" and their translation in Engels

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Los usuarios avanzados de C pueden estar familiarizados con un uso distinto del bucle do-while, para permitir parar la ejecución en medio de los bloques de código, mediante el encapsulado con do-while (0), y utilizando la sentencia break.
Advanced C users may be familiar with a different usage of the do-while loop, to allow stopping execution in the middle of code blocks, by encapsulating them with do-while (0), and using the break statement.

Andere resultaten

Si la expresión de control necesita ser evaluada después del cuerpo del bucle, se puede usar un bucle do-while.
If the controlling expression needs to be evaluated after the loop body, the do-while loop may be used.
Lo peculiar en el bucle do-while es que este se ejecuta al menos una vez, aun cuando la condición no se cumpla en ninguna ejecución del bucle.
But the special thing about do-while loops is that they will run at least once even if the condition isn't passed in any of the loops. for loops
Un bucle do-while verifica su condición después de completar el bloque de código cada vez.
A do-while loop checks its condition after completing the code block each time.
Un bucle do-while ejecutará el bloque al menos una vez antes de verificar la condición.
A do-while loop will execute the block at least once before checking the condition.
El bucle do-while comienza ejecutando el código antes de verificar si debe repetirse.
The do-while loop starts by executing the code before verifying if it should repeat.
Prefiero un bucle do-while cuando necesito inicializar variables antes de verificar condiciones.
I prefer a do-while loop when I need to initialize variables before checking conditions.
En programación, un bucle do-while es útil para tareas que requieren ejecución repetida.
In programming, a do-while loop is helpful for tasks that require repeated execution.
Utilicé un bucle do-while para asegurarme de que la entrada del usuario se valide repetidamente.
I used a do-while loop to ensure the user input is validated repeatedly.
Usar un bucle do-while me permite seguir solicitando la entrada del usuario hasta que sea válida.
Using a do-while loop allows me to keep asking for user input until it's valid.
Al programar, implementar un bucle do-while puede simplificar efectivamente las tareas repetitivas.
When coding, implementing a do-while loop can simplify repetitive tasks effectively.
Un bucle do-while se ejecutará al menos una vez.
A do-while loop will execute at least once.
Así que podemos usar el bucle do-while aquí.
So we can use the do-while loop here.
Er zijn geen resultaten gevonden voor deze term.
Publiciteit

Resultaten: 1778. Exact: 1. Verstreken tijd: 75 ms.