Exit

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Exit - strona 1

Fragment notatki:

Exit  Sometimes it's useful to break the execution of a program immediately void exit(int status); #include #include int main() { int status = 8; exit(status); /* Note: this line is never reached */ return 0; } ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz