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
What is the newline escape sequence?
What is const volatile variable in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is ctrl c called?
What is mean by data types in c?
Why clrscr is used in c?
How are pointers declared in c?
What is context in c?
What is structure in c definition?
What does 2n 4c mean?
What is zero based addressing?
what will be maximum number of comparisons when number of elements are given?
Where static variables are stored in c?
Are pointers really faster than arrays?
What are c header files?