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

What does 3 mean in texting?

839


What does %p mean c?

838


What is an endless loop?

1068


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

1049


What is null character in c?

897


Differentiate between a structure and a union.

1036


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1194


What is difference between array and pointer in c?

778


4. main() { int c=- -2; printf("c=%d",c); }

1582


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

876


Is c language still used?

750


What is a stream in c programming?

841


how to build a exercise findig min number of e heap with list imlemented?

1868


What is malloc and calloc?

819


Write a program to print all permutations of a given string.

957