-2
Good evening guys, I am making a program in c that has to read a file and save the data, and each line of the file represents the data of a client, how do I save the data by separating it by these ";" and ","? The file to be read is:
txt file. 1 ; Familiar ; 2 ; 2 ; I 3 , M 3 , BR 4 , AL 2 2 ; Individual ; 1 ; I 2 , M 2 3 ; Familiar ; 1 ; 0 ; AB 2 , AM 3 , AL 5 , BR 2 4 ; Individual ; 0 ; AL 3 , BR 2