Ofc u can ask where u stuck
I have to create a program for a shop in that is providing computer/laptop repair services. Once a customer visits the shop asking for a computer/laptop service, he/she will describe the problem found in the computer/laptop. For simplicity, assume there is only one problem in each visit. Based on the given description, the staff at the counter needs to record information about the customer and the expected needed service using your program. Later, the staff may change the needed service for any visit. So my lecture told to just create the program using C Basics/Fundamentals such as arrays, pointers, structures, files and etc. No any database needed or complicated stuffs. Somehow I got stuck on the files part