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
How can I generate floating-point random numbers?
What is a const pointer?
How can I send mail from within a c program?
When should a type cast be used?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
cavium networks written test pattern ..
Explain main function in c?
Write a C program in Fibonacci series.
Why is event driven programming or procedural programming, better within specific scenario?
What is function and its example?
How can I access an I o board directly?
Is main an identifier in c?
What are the disadvantages of a shell structure?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Can i use “int” data type to store the value 32768? Why?