what is the function of .h in #include<stdio.h> in c ?
Answer Posted / digambar
.h specifies that stdio is a header file means, it is a extension of a header file not compulsory to write .h but as a tradition we are using .h as a extension of header file
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we use return in c?
What are the c keywords?
Explain the ternary tree?
How can I delete a file?
Explain how do you view the path?
When do we get logical errors?
How can you allocate arrays or structures bigger than 64K?
What does == mean in texting?
what are bit fields? What is the use of bit fields in a structure declaration?
What do you know about the use of bit field?
What does the c preprocessor do?
Explain how can I convert a string to a number?
Explain what are linked list?
Are pointers really faster than arrays?
Explain can you assign a different address to an array tag?