Remove a line in a .csv file in C language

0

For a college job, I have two .csv files, and I have to create a function to remove data from those files. But I do not know where to start, and what code to use. I already researched the internet and found nothing. If they give me an example for one of the files, I can manipulate that code for the other. Someone can help me? Thank you!

One of the files has 152 rows and 7 columns of this format:

id_meteo,id_cidade,temp_max,temp_min,humidade,pressao,data
    
asked by anonymous 17.02.2018 / 00:05

0 answers