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
Can a program have two main functions?
I have seen function declarations that look like this
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What are the 5 types of inheritance in c ++?
How do you declare a variable that will hold string values?
Explain how can you tell whether two strings are the same?
Explain the use of fflush() function?
What is a far pointer in c?
What is chain pointer in c?
What is the use of in c?
Why header files are used?
What are extern variables in c?
i have a written test for microland please give me test pattern
What is the use of putchar function?
What is the difference between variable declaration and variable definition in c?