Link to home
Start Free TrialLog in
Avatar of wilddream
wilddream

asked on

simple arrays and pointers

Pls help with this project i have to do! Thanx
this is the main menu screen
-------
A student Tracking system
        Main Menu
1. Create Student record (Student ID, Name, Address, Telephone)
2. Enquiry
3. Delete Record

Choice :
--------
Qn 1) Implement above system using Array of records (static data structure)
Qn 2) Implement above system using Pointers (Dynamic Data Structure)

Must use files to store min 10 records permanently
files can be shared by pointers and array
Avatar of kellyjj
kellyjj

This isn't really the place to get other people to do your homework.  You should try to do this yourself, then ask questions related to to code,
ASKER CERTIFIED SOLUTION
Avatar of arnond
arnond

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial