Good evening, I have a problem using fscanf to read some data from an input file, the problem is that by no means read the file, this is the snippet of code
FILE *infile = NULL;
FILE *outfile=NULL;
infile = fopen("mtbank.in", "r");
outfil...
asked by
01.10.2016 / 09:40