what is the function of .h in #include<stdio.h> in c ?
Answer Posted / dekchand sharma
.h Means header file of input output in c.
#include<stdio.h>
it means standered input output header file.
Is This Answer Correct ? | 13 Yes | 9 No |
Post New Answer View All Answers
What is sorting in c plus plus?
Write a code to generate divisors of an integer?
How do you determine whether to use a stream function or a low-level function?
Can you please explain the difference between syntax vs logical error?
What is file in c preprocessor?
What do you mean by a local block?
Why c is procedure oriented?
What is the best way of making my program efficient?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
how to introdu5ce my self in serco
Explain which function in c can be used to append a string to another string?
What is uint8 in c?
How does placing some code lines between the comment symbol help in debugging the code?
How many types of errors are there in c language? Explain
Can we use any name in place of argv and argc as command line arguments?