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 does 3 mean in texting?
What does %p mean c?
What is an endless loop?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is null character in c?
Differentiate between a structure and a union.
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is difference between array and pointer in c?
4. main() { int c=- -2; printf("c=%d",c); }
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Is c language still used?
What is a stream in c programming?
how to build a exercise findig min number of e heap with list imlemented?
What is malloc and calloc?
Write a program to print all permutations of a given string.