0
How we made time table for school in c language if anyone know about it give me hint?
Time table for school or college In this we input teachers name ,subject, class,time of teachers etc.
1 Respuesta
+ 5
you can create array for this or use a structure of an array which I think is better and should be effective, with the members teachers name, subject, class time etc
spoiler alert: you need to know C to do this