what is the difference between #include<> and #include”…”?
Answer Posted / sravankumar
The #include<> and #include" " are almost same, but #include<>
searches the included file in predefined default location(This predefined default location is often an INCLUDE environment variable that denotes the path to your include files)i.e searches the location where the predefined function are present in installed C language, whereas #include" " searches the included file in the current directory first , if not found then goes to the predefined default location.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Is python a c language?
What is difference between arrays and pointers?
What are the modifiers available in c programming language?
Is c is a procedural language?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is assert and when would I use it?
What is else if ladder?
What is pointer and structure in c?
What's a good way to check for "close enough" floating-point equality?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Explain a file operation in C with an example.
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Which is better pointer or array?
define string ?