Hi guys,
I badly need ur help.. well am nt zat gud in C programming. I've gt an assignment on a Video Club. To maintain 'its list of videos,the number of copies available for rental, the rental price, date on loan, the return date.
Each video record should be represented as a structure. Including a menu to:

1. Add a new video record
2. Delete a record
3. Modify an existing record
4. Display an entire video record with all the details
5. View a list of all video records with all the details
6. End the program.

Please sombdy help me.Thanking U in advance

Write the program in small steps, don't try to do everything all at once. Start out by writing the program that does nothing more than display the menu. Get that coded, compiled without error, and tested. Once you do that then go on the the next step which would be to get the menu item from the user, such as use scanf(). After that continue with the rest of the program, again taken in small pieces.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.