while loop

Hello, you have come here looking for the meaning of the word while loop. In DICTIOUS you will not only get to know all the dictionary meanings for the word while loop, but we will also tell you about its etymology, its characteristics and you will know how to say while loop in singular and plural. Everything you need to know about the word while loop you have here. The definition of the word while loop will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofwhile loop, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

Etymology

From the keyword while used in many programming languages for this purpose.

Noun

Examples (C++)
while( x<10 ) {
    cout<<x;
    x++;
}

while loop (plural while loops)

  1. (programming) A section of computer code in which an instruction or group of instructions is repeated only while a certain condition continues to be met.

Translations

See also