[HELP SOLVED] You are given set of attendance records. Each lesson attendance for every student is logged. The task is to writ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

4th Dec 2020, 10:12 AM
Dilya.
Dilya. - avatar
3 Answers
+ 10
Dilya. Kindly don't ask for readymade codes/homework questions! Follow community guidelines - https://www.sololearn.com/Discuss/1316935/?ref=app
4th Dec 2020, 1:23 PM
Piyush
Piyush - avatar
+ 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
4th Dec 2020, 10:16 AM
Sâñtôsh
Sâñtôsh - avatar
0
It`s not homework. And i can`t write code for this.
4th Dec 2020, 10:34 AM
Dilya.
Dilya. - avatar