This repository is not active
harshita-soni/csv-manipulation-and-c-fundamentals
This program reads a CSV file and performs various operations to calculate statistical parameters(min, max, avg) and display them as specified in the spec. In addition to this, it sorts the input data in a manner specified by user input and plots the statistical values accordingly. Demonstrates a thorough understanding of arrays, strings, functions, typedef and other core C concepts.
C