A structural example _ person

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
A structural example _ person - strona 1

Fragment notatki:

A structural example - person struct person { int age; char FName[20], LName[30]; }; void person_input(person *o); void person_set(person *o, int age, char *pFN, char *pLN); void person_output(person *o);  no access control over data members  the programmer is responsible for using proper functions for manipulating persons ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz