what is the function of .h in #include<stdio.h> in c ?
Answer Posted / dekchand sharma
.h Means header file of input output in c.
#include<stdio.h>
it means standered input output header file.
| Is This Answer Correct ? | 13 Yes | 9 No |
Post New Answer View All Answers
Is there a way to compare two structure variables?
What is malloc return c?
Explain how do you print an address?
What is meant by type specifiers?
c language interview questions & answer
What does printf does?
what does static variable mean?
What should malloc(0) do?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
how to make a scientific calculater ?
What is data type long in c?
Why is sprintf unsafe?
What is the benefit of using an enum rather than a #define constant?
How can I call a function with an argument list built up at run time?
Explain what is meant by high-order and low-order bytes?