What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / vignesh1988i
# is the one of a symbol used by a developer of C language
standards for defining of macros... if you are designing a
compiler you can use a different symbol or may not use these
symbols for definition of macros............ it dosen't have
meaning and since # is a rare symbol used . so it's my guess .
the include words includes the header or any file with
extension to the C source code that the run time or linker
time..... in which may inbuilt functions are available like
printf,clrscr(),scanf() etc etc............
thank u
| Is This Answer Correct ? | 94 Yes | 50 No |
Post New Answer View All Answers
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is indirection?
Write a program to identify if a given binary tree is balanced or not.
What are the types of operators in c?
What is maximum size of array in c?
Describe wild pointers in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Explain can you assign a different address to an array tag?
what are bit fields in c?
List the different types of c tokens?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What does d mean?
Do string constants represent numerical values?
What is pass by value in c?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......