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
What is pointer to pointer in c with example?
How does placing some code lines between the comment symbol help in debugging the code?
Explain how are 16- and 32-bit numbers stored?
List the difference between a "copy constructor" and a "assignment operator"?
What is I ++ in c programming?
Why is a semicolon (;) put at the end of every program statement?
How was c created?
Why do we need arrays in c?
Is a house a mass structure?
What is volatile keyword in c?
What is the use of typedef in c?
Place the #include statement must be written in the program?
How can I access an I o board directly?
Explain goto?
What is array in c with example?