Segmentation Fault while trying to parse an excel style .CSV file [C programming]
问题 I've been stuck on this project for the better part of the week and while I have been grinding through syntax errors. The gist of the project is to read through the headers and stopping at a certain column and finding certain characteristics like the min, max and average of the column. However, I am having a tough time with memory allocation for this job. I have been unable to further my code so far because I keep getting an error labeled Segmentation Fault: 11 . The bolded section is what I