Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Complete the CreateDatabase function 3 0 pts Creates database struct with malloc 5 pts Creates room on heap for entries with malloc 5 pts Opens
Complete the CreateDatabase function pts
Creates database struct with malloc pts
Creates room on heap for entries with malloc pts
Opens database file pts
Reads database file and adds a struct for each row pts
Returns database pointer pts
Complete the PrintEntry function pts
Use this in SearchDatabase to make things easier
Complete the SearchDatabase function pts
Complete the FreeDatabase function pts
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started