what is the function of .h in #include<stdio.h> in c ?
Answer Posted / nitesh vashist
.h is only giving indication that it is a header file.
only two types of files in c .c and .h.
if we copy stdio.h file as stdio then it will work we can
use stdio file instead of stdio.h. it will work definitely...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the heap in c?
What is the purpose of type declarations?
Can you pass an entire structure to functions?
difference between Low, Middle, High Level languages in c ?
Why header files are used?
What is #line?
find out largest elemant of diagonalmatrix
What does s c mean in text?
What Is The Difference Between Null And Void Pointer?
What is the value of uninitialized variable in c?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What does the file stdio.h contain?
For what purpose null pointer used?
Are there namespaces in c?
What are compound statements?