The difference between angle brackets and double quotation marks in C language practice

The difference between angle brackets <> and double quotes "":

Adding double quotation marks means that the application first looks for the header file in the current folder, and if it is not found, it goes to the system folder to find it. Generally add double quotes for the header files written by yourself.

Adding angle brackets means that the application goes directly to the system folder to find the file. These are mostly system header files.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324734184&siteId=291194637