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
Are bit fields portable?
Explain the use of fflush() function?
what is ur strangth & weekness
How does pointer work in c?
What is the use of pointers in C?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What are the rules for the identifier?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
how do you programme Carrier Sense Multiple Access
What is the difference between the = symbol and == symbol?
How many data structures are there in c?
Can a variable be both const and volatile?
what are non standard function in c
What do you mean by Recursion Function?