what is the function of .h in #include<stdio.h> in c ?
Answer Posted / victor chatterjee
.h is that extension in which the library files are being
saved. such as stdio.h, conio.h, iostream.h. it is the
header file which includes all the standard input output
functions.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is it possible to pass an entire structure to functions?
Explain the use of 'auto' keyword in c programming?
What is a nested formula?
How can I recover the file name given an open stream?
What is wrong with this program statement?
What is the purpose of 'register' keyword in c language?
What are bitwise shift operators in c programming?
Why malloc is faster than calloc?
Where are c variables stored in memory?
What is the need of structure in c?
What is anagram in c?
How do we declare variables in c?
What is the easiest sorting method to use?
How can a string be converted to a number?
What is the size of structure in c?