what is the function of .h in #include<stdio.h> in c ?
Answer Posted / rajan
# 8
accrding to my view simply we can say #include<stdio.h> is
a header file .this is include all standered input output of c
.h is used in this syntex is represents the link about the
header file (.h)
we also write syntex #include<stdio.h> is
#include"stdio.h" the .h shows that this is a header file..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is identifiers in c with examples?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
write a program to generate address labels using structures?
Explain Basic concepts of C language?
What is the sizeof () a pointer?
What is the advantage of c?
What 'lex' does?
What is structure in c language?
how do you programme Carrier Sense Multiple Access
Explain the advantages and disadvantages of macros.
Why header file is used in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How can I manipulate individual bits?
What is the most efficient way to store flag values?