i wrote a program to copy multiple text files into a single text file. For 13 text files it works fine. But when the number is greater than 13 i.e. iether 14 or more than that the program is not able to open files.( from the 14th file). Do anybody have any idea what is goin on. Is there are some restrictions while opening a massive number of files from a c program.?