Initialization of character arrays

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Initialization of character arrays - strona 1

Fragment notatki:

Initialization of character arrays • A special case: charac ter arrays • A string may be used: char mystr[] = "hello"; is equivalent to : char mystr[] = { 'h', 'e', 'l', 'l', 'o', '\0' }; • In this case, the array size is six (five characters plus the terminating ' \0 ' ) ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz