/C-Program-COMPUTER-ARCHITECTURE-

Write a C program and: • Create a structure named date, to store day, month and year of the date. • Create another structure named contact to store each person’s name, lastname and birth date information. • Write a function named loadContact to read all records of the text file contacts.txt in an appropriate way.

Primary LanguageC

No issues in this repository yet.