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
Can 'this' pointer by used in the constructor?
What is the difference between single charater constant and string constant?
What is function prototype in c language?
What is wrong with this code?
How do you list a file’s date and time?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What are operators in c?
Which is the best website to learn c programming?
Which driver is a pure java driver
how logic is used
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
Write a program to use switch statement.
What is line in c preprocessor?