What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / a.ramachandiran b.sc cs
The symbol '#' is called preprocessor.
All the header files are stored in a folder namely INCLUDE.
When need to us use them we must mention as follows.
#include<headerfile_name.h>
| Is This Answer Correct ? | 27 Yes | 28 No |
Post New Answer View All Answers
What are the ways to a null pointer can use in c programming language?
If fflush wont work, what can I use to flush input?
Differentiate between functions getch() and getche().
Why c is called procedure oriented language?
What type of function is main ()?
What is getche() function?
What is property type c?
what will be maximum number of comparisons when number of elements are given?
What are pointers? Why are they used?
What does double pointer mean in c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is the mean of function?
What is line in c preprocessor?
Explain how are 16- and 32-bit numbers stored?
What is declaration and definition in c?