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


Please Help Members By Posting Answers For Below Questions

any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

828


What is ponter?

1022


How old is c programming language?

777


can we change the default calling convention in c if yes than how.........?

2285


What are the Advantages of using macro

898


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

809


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

864


Here is a neat trick for checking whether two strings are equal

788


How to compare array with pointer in c?

840


write a c program for swapping two strings using pointer

2320


What does != Mean in c?

801


Why do we use int main?

840


Explain spaghetti programming?

953


How can I find out how much free space is available on disk?

828


Can a pointer be volatile in c?

729