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
How many types of operators are there in c?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is the difference between break and continue?
What is meant by gets in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is identifiers in c with examples?
Do pointers take up memory?
How to throw some light on the b tree?
What are the advantages and disadvantages of c language?
string reverse using recursion
What are pointers really good for, anyway?
What does %c do in c?
How many types of sorting are there in c?
Is c high or low level?
What is break statement?