Friday, 23 August 2013

Does it matter what I name a C file?

Does it matter what I name a C file?

In Java, it is required by the compiler to name your files
<Classname>.java. In C, does it matter what the file name is?

No comments:

Post a Comment