I am trying to name a text file, but i need to name it something that varies.

INPUTread = fopen("Type I-A.txt", "r");

How can I name the file = m_somevariablenum " Type I-A.txt" so that it would look somthing like this "399 Type I-A.txt"


Thanks,