Strlen

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Strlen - strona 1

Fragment notatki:

Strlen  size_t strlen(const char *s);  Returns the number of characters in s, not counting the terminating null character #include #include int main() { char *string = "The ANSI C compiler"; printf("%d\n", strlen(string)); return 0; } /* The result: 19 */ ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz