what is the function of .h in #include<stdio.h> in c ?
Answer Posted / mytri
.h is a header file which includes standard input and output
functions
Is This Answer Correct ? | 112 Yes | 16 No |
Post New Answer View All Answers
How to throw some light on the b tree?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
what is use of malloc and calloc?
Explain what header files do I need in order to define the standard library functions I use?
what is uses of .net
Are local variables initialized to zero by default in c?
What are the Advantages of using macro
What is c system32 taskhostw exe?
What are pointers?
Why is %d used in c?
Is c a great language, or what?
How can I recover the file name given an open stream or file descriptor?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What Is The Difference Between Null And Void Pointer?
Is boolean a datatype in c?