What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / prasanna
For example,# is probably known as the pre-processor,because
its called conditional platform code.And also its a header
part section.
The #include use in 2 ways.One is the #include<filename> and
second is the #include"filename".The First one,if the file
is not found there the compiler checks the source header
directory.If the file is not still found there,the
pre-processor checks the current directory....
#include"filename":
If the file is not found there the compiler
checks the compile include directory.If the file is still
not found there the pre-procesor checks the source header
directory.
Note:
The compiler first checks the compile include directory
for the specified file.
And also thanks for giving the chance for scribble here.
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
How many types of functions are there in c?
What are the 5 types of organizational structures?
What does c mean before a date?
Explain how can you check to see whether a symbol is defined?
Why c is called procedure oriented language?
Can you write the function prototype, definition and mention the other requirements.
How can I read/write structures from/to data files?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
what is the difference between 123 and 0123 in c?
What is c programming structure?
Explain how can you restore a redirected standard stream?
Does c have circular shift operators?
What is wrong with this initialization?
What do you mean by dynamic memory allocation in c?
How to explain the final year project as a fresher please answer with sample project