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's the right way to use errno?
Can a local variable be volatile in c?
What is omp_num_threads?
What is static memory allocation?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is memory leak in c?
Explain heap and queue.
How does normalization of huge pointer works?
How to Throw some light on the splay trees?
What does %p mean?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Describe newline escape sequence with a sample program?
What is the difference between printf and scanf in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What is #include conio h?