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 use of a semicolon (;) at the end of every program statement?
how to make a scientific calculater ?
Why can arithmetic operations not be performed on void pointers?
Is fortran still used in 2018?
How can I avoid the abort, retry, fail messages?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Tell us the use of fflush() function in c language?
What is time complexity c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is header file in c?
What is pointers in c?
please send me the code for multiplying sparse matrix using c
How many bytes is a struct in c?
Can the curly brackets { } be used to enclose a single line of code?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????