Answer Posted / raj
This is for including Header files in your 'C' program.
Header files means to include built-in files of your C
library.The #include directive tells the preprocessor to
treat the contents of a specified file as if those contents
had appeared in the source program at the point where the
directive appears. You can organize constant and macro
definitions into include files and then use #include
directives to add these definitions to any source file.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what will be the output for the following main() { printf("hi" "hello"); }
What are keywords in c with examples?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What are qualifiers and modifiers c?
Explain pointer. What are function pointers in C?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Difference between goto, long jmp() and setjmp()?
What does 3 mean in texting?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
I have seen function declarations that look like this
Can you add pointers together? Why would you?
Explain what are the __date__ and __time__ preprocessor commands?
What are the types of data files?
How can I dynamically allocate arrays?
What is #include cctype?