what is the function of .h in #include<stdio.h> in c ?
Answer Posted / bhawani shankar
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 ? | 10 Yes | 4 No |
Post New Answer View All Answers
Distinguish between actual and formal arguments.
What is a char c?
Is there sort function in c?
What is the purpose of main() function?
What is meant by errors and debugging?
What is the difference between constant pointer and constant variable?
What are the different properties of variable number of arguments?
what are bit fields? What is the use of bit fields in a structure declaration?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What does a pointer variable always consist of?
what is the structure pointer?
What is a null string in c?
What is c basic?
What is difference between structure and union with example?
Explain can you assign a different address to an array tag?