0
[HELP SOLVED] You are given set of attendance records. Each lesson attendance for every student is logged. The task is to writ
You are given set of attendance records. Each lesson attendance for every student is logged. The task is to write a program that will identify the student (there is only one such student) with the conflict attendance time. The attendance has subject, student name, arrival time and time when heshe leaves the class. Hint: You may have more than one student with attendance time conflict. You are not allowed to use strcmp function for comparing times! Have to use structs, functions, strings, pointers and dynamic memory allocation. Example Input 5 Physics Amina 12:00 12:40 Math Akzhol 13:00 13:40 Chemistry Amina 15:20 16:00 English Akzhol 12:10 13:10 Math Akan 15:20 16:00 Output Akzhol
3 Réponses
+ 10
Dilya.
Kindly don't ask for readymade codes/homework questions!
Follow community guidelines -
https://www.sololearn.com/Discuss/1316935/?ref=app
+ 1
Don't give homework here
If any help to you show your code that we can rectify your code
Dilya. show your attempt here
0
It`s not homework. And i can`t write code for this.