i,m abeginner on c and i wanna do a project i thought about a program of sensor at the end of run competition sensor compare between time of lap of each racer i will write info of each racer and his lap time and then compare who's the first ,second,third& fourth i need help in comparisons how i do it??
u can do it usin if conditions but that would become 2 lenghty..... another good way to do it would be by using a sorting technique in which a given array of nos are arranged in an ascending order n usin dat order u can decide who has come first, second or third n so on.....