In the C and C++ programming languages, what is the difference between using angle brackets and using quotes in an include statement, as follows?

  1. #include <filename>
  2. #include "filename"

3
31

Leave a Reply

Your email address will not be published. Required fields are marked *