Does it matter what I name a C file? -


in java, required compiler name files <classname>.java. in c, matter file name is?

no, source files can in principle called anything. however, name should reflect contents of file readability. header files don't have called same corresponding source files; should.


Comments

Popular posts from this blog

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -