What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / prof.gagandeep jagdev
# refers to pre-processor directives. Pre-processor word
means that the header file following #include is already
processed and their is no chance of it containing any
errors or flaws. User can directly include the header file
in his/her program.
| Is This Answer Correct ? | 160 Yes | 26 No |
Post New Answer View All Answers
What is a class c rental property?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What are header files in c programming?
explain what is an endless loop?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Who is the founder of c language?
what are the 10 different models of writing an addition program in C language?
What is wrong in this statement? scanf(“%d”,whatnumber);
How can I read in an object file and jump to locations in it?
What are operators in c?
What is the method to save data in stack data structure type?
What is stack in c?
What is getch() function?
Why can’t constant values be used to define an array’s initial size?
What is output redirection?