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
What is the explanation for the dangling pointer in c?
What is clrscr ()?
What are the different types of objects used in c?
how to introdu5ce my self in serco
How to declare a variable?
Why is a semicolon (;) put at the end of every program statement?
What is the purpose of scanf() and printf() functions?
Dont ansi function prototypes render lint obsolete?
What is const and volatile in c?
Write a program in c to replace any vowel in a string with z?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Write a program to check prime number in c programming?
How many types of sorting are there in c?
What is s in c?
what is the height of tree if leaf node is at level 3. please explain