Examples with "of the do-while loop" and their translation in Spaans
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.
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.
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.
Andere resultaten
The do-while loop starts by executing the code before verifying if it should repeat.
El bucle do-while comienza ejecutando el código antes de verificar si debe repetirse.
A do-while loop checks its condition after completing the code block each time.
Un bucle do-while verifica su condición después de completar el bloque de código cada vez.
A do-while loop will execute the block at least once before checking the condition.
Un bucle do-while ejecutará el bloque al menos una vez antes de verificar la condición.
I prefer a do-while loop when I need to initialize variables before checking conditions.
Prefiero un bucle do-while cuando necesito inicializar variables antes de verificar condiciones.
In programming, a do-while loop is helpful for tasks that require repeated execution.
En programación, un bucle do-while es útil para tareas que requieren ejecución repetida.
I used a do-while loop to ensure the user input is validated repeatedly.
Utilicé un bucle do-while para asegurarme de que la entrada del usuario se valide repetidamente.
Using a do-while loop allows me to keep asking for user input until it's valid.
Usar un bucle do-while me permite seguir solicitando la entrada del usuario hasta que sea válida.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.