what is the function of .h in #include<stdio.h> in c ?
Answer Posted / amatullah
.h is the extention of the header file
h indicates that its a header file
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Stimulate calculator using Switch-case-default statement for two numbers
what do you mean by inline function in C?
What is s or c?
How to throw some light on the b tree?
What is the difference between array_name and &array_name?
What is the size of array float a(10)?
Explain the advantages and disadvantages of macros.
Explain what is the most efficient way to store flag values?
What are structural members?
Can you add pointers together? Why would you?
Why c is called top down?
What are the types of data types and explain?
What are preprocessor directives in c?
What is main return c?