0 votes
in C Plus Plus by

) What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

1 Answer

0 votes
by

When the Header file includes within double quotes (“”), compiler search first in the working directory for the particular header file. If not found then in the built-in the include path. But when the Header file includes within angular braces (<>), the compiler only searches in the working directory for the particular header file.

Related questions

0 votes
asked Nov 30, 2020 in Other by sharadyadav1986
0 votes
asked Jan 7 in C Plus Plus by GeorgeBell
...