goto and labels - overview

Nasza ocena:

3
Wyświetleń: 483
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
goto and labels  - overview - strona 1

Fragment notatki:

goto and labels • C provides a goto statement, and labels to jump to • The goto statement is never necessary • In practice it is easy to write code without it • Sometimes goto may be useful: breaking processing in some deeply nested structure: for ( ... ) for ( ... ) { ... if (error_occured) goto error_cleaning; } ... error_cleaning: /* clean up */ ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz