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
What is the use of in c?
Why void main is used in c?
What is the meaning of && in c?
how can use subset in c program and give more example
What are the application of c?
What is the size of a union variable?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What are runtime error?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Can we compile a program without main() function?
What should malloc() do?
What are the ways to a null pointer can use in c programming language?
what are the different storage classes in c?
Is c high or low level?
Is main a keyword in c?