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
hi, which software companys will take,if d candidate's % is jst 55%?
Explain what is a static function?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is a structure in c language. how to initialise a structure in c?
C language questions for civil engineering
What are qualifiers?
Explain what is the concatenation operator?
What is the data segment that is followed by c?
Is c weakly typed?
How many header files are in c?
why programs in c are running with out #include
What is preprocessor with example?
What are pointers? Why are they used?
What is the difference between text files and binary files?
How can I access an I o board directly?