in Technology by
What is difference between including the header file with-in angular braces < > and double quotes “ “?

1 Answer

0 votes
by

If a header file is included with in < > then the compiler searches for the particular header file only with in the built in include path. If a header file is included with in “ “, then the compiler searches for the particular header file first in the current working directory, if not found then in the built in include path.

Related questions

0 votes
    What is difference between including the header file with-in angular braces < > and double quotes “ “?...
asked Jan 17, 2021 in Technology by JackTerrance
+1 vote
    What is difference between including the header file with-in angular braces < > and double quotes “ “?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is the behavioral difference when the header file is included in double-quotes (“”) and angular braces (<>)?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    I have a $_GET[q] from the URL. I am trying to ECHO the search term back into the search box. ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 6, 2022 in Education by JackTerrance
0 votes
    I have a $_GET[q] from the URL. I am trying to ECHO the search term back into the search box. ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    I am trying to deserialize a JSON string but I get an error: var response = jss.Deserialize(responseValue) ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    I am trying to deserialize a json string received as a response from the service. The client is Windows ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    The variables written in double curly braces {{}} are known as ____________ a)template b)context c)expressions d)helpers...
asked Dec 11, 2020 in Education by Editorial Staff
0 votes
    Recently I asked a question regarding preg_match_all with php, and i got the perfect solution as expected ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 11, 2022 in Education by JackTerrance
0 votes
    Any data written in double quotes is a numeric constant true / false Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    There are two different methods for accessing the element of a list or data frame- [ ] and [[ ]] , ... the difference between them? Select the correct answer from above options...
asked Jan 20, 2022 in Education by JackTerrance
0 votes
0 votes
    To start with the new package in RStudio, double-click the pkgname.Rproj file that _______ (a) Delete() ... of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
+1 vote
    Is there any possibility to create a customized header file with C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
...