Structures may be nested

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Structures may be nested - strona 1

Fragment notatki:

Structures may be nested
typedef struct { char name[50]; struct { int ye, mo, da; } birthdate; } tperson; tperson p1; strcpy(p1.name,"John Smith"); p1.birthdate.ye = 1945; p1.birthdate.mo = 1; p1.birthdate.da = 17; ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz