The gets function

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
The gets function - strona 1

Fragment notatki:

The gets() function  Do not use this function!  It does not know how many characters can be safely stored in the string passed to it  Thus, if too many are read, memory will be corrupted  Use the fgets() function instead and read from stdin  Remember: unlike gets(), fgets() does not discard a terminating '\n' from the input ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz