Download for Windows Premium
Publiciteit
the do-while loop

Vertaling van "the do-while loop" 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.
el bucle do-while
So we can use the do-while loop here.
Así que podemos usar el bucle do-while aquí.
If the loop just needs to run at least once, regardless of the conditions, then the do-while loop is the loop of choice.
En caso de que el bucle tenga que funcionar al menos una vez independientemente de la condición, el bucle do-while es el bucle que habría que elegir.
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.
If the controlling expression needs to be evaluated after the loop body, the do-while loop may be used.
Si la expresión de control necesita ser evaluada después del cuerpo del bucle, se puede usar un bucle do-while.
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.
Er zijn geen resultaten gevonden voor deze term.
Woord & uitdrukking van de dag
Afbeelding van de dag
vanity table: table with a mirror used for applying makeup and grooming
Ontdek het woord
Publiciteit

Resultaten: 5. Exact: 5. Verstreken tijd: 49 ms.