what is the function of .h in #include<stdio.h> in c ?
Answer Posted / george mwenyeheri
stdio... stands for Standard Input Output library.. and the
".h" is the header file extension.. as in when u save a text
file the extension you give is .txt.. similarly we give .h
extension to the header file named stdio.. hope u are
comfortable with <stdio.h> .
Now lets concentrate on #include.. # is the pre processor
directive.. this is just to direct the pre processor to
'include' all the files contained in the <stdio.h> file
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe dynamic data structure in c programming language?
Do you know pointer in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What are the types of macro formats?
How can I list all of the predefined identifiers?
plz let me know how to become a telecom protocol tester. thank you.
Do character constants represent numerical values?
What does the file stdio.h contain?
Explain what is meant by high-order and low-order bytes?
In C programming, what command or code can be used to determine if a number of odd or even?
What are the advantages of using linked list for tree construction?
Explain what are the standard predefined macros?
How does placing some code lines between the comment symbol help in debugging the code?
What does char * * argv mean in c?
What is structure data type in c?