index not incrementing in thread, c program – Debian
I'm writing a multi-threaded program in c that takes in a list of numbers from the command line, then uses 3 seperate threads to get the average, max number, and min number. I completed it, but I'm not getting the…