what is the function of .h in #include<stdio.h> in c ?
Answer Posted / vignesh1988i
this is called as a header file..... like .txt in
editors.... in this this header file dosent belong to the C
code..... the meaning of this is in this .h files all
functions will be writtern .............. eg. string
fun(),I/O fun(),getch(),clrscr(),math functions() ...... etc
... etc
| Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
Why do we use header files in c?
What is the difference between arrays and pointers?
What is the full form of getch?
What are the application of void data type in c?
What is c programming structure?
How can I recover the file name given an open stream?
What is the use of sizeof () in c?
What does %c mean in c?
Can a pointer be null?
Explain void pointer?
Why ca not I do something like this?
What is variable and explain rules to declare variable in c?
Where are local variables stored in c?
How to declare pointer variables?
Are global variables static in c?