Εντολές Βρόγχων (2)
Εντολή Βρόγχου while
while (expression)
statement;
while ((c =getch()) != ‘’ && c !=0x0D && c !=‘\t’) {
printf(“%c”, c);
}
Previous slide
Next slide
Back to first slide
View graphic version