What is the difference between #include <filename> and #include "filename"?
stackoverflow.com
preprocessor searches in an implementation-defined manner, normally in directories pre-designated by the compiler/IDE header files for the C standard library typically includes same directory as the file containing the directive (unless an absolute path is given) refer to a header, which isn't neces