I am inputting a file and outputting this file in new modified format. This i can do but was wondering if its possible to output the file and have the file name be identical to the input file name with addition of a number of my choosing or something..

So is it possible and where would be the best place to start - should i be looking at strings?

Still new at C..