what information does the header files contain?
Answer Posted / dips
Header files contain the definations of the functions that
are to be used in the program.In order to recognise the
defined functions ex, printf, scanf etc you need to define
the header file STDIO.h where the defination of these
functions are declared.Which makes writting of the program
very easy
| Is This Answer Correct ? | 16 Yes | 12 No |
Post New Answer View All Answers
How pointer is different from array?
What is the full form of getch?
When c language was developed?
Why main is not a keyword in c?
How do you redirect a standard stream?
How can I recover the file name given an open stream or file descriptor?
What is boolean in c?
What is a constant?
Define VARIABLE?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What are the 5 organizational structures?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is volatile keyword in c?
Between macros and functions,which is better to use and why?
What are the 5 types of organizational structures?