what is the function of .h in #include<stdio.h> in c ?
Answer Posted / shashiprabha singh
.h is used for header files and stdio.h is "standard input
output header files" which hold all realtives i/p files. In
these files varias types of function r included like scanf,
printf etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do array subscripts always start with zero?
The file stdio.h, what does it contain?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is openmp in c?
What are different storage class specifiers in c?
What is the use of header?
Is that possible to store 32768 in an int data type variable?
Explain what is the stack?
Explain can static variables be declared in a header file?
How can you find the exact size of a data type in c?
Define the scope of static variables.
What happens if header file is included twice?
can we implement multi-threads in c.
Which is an example of a structural homology?
How can I change their mode to binary?