what is the function of .h in #include<stdio.h> in c ?
Answer Posted / mytri
.h is a header file which includes standard input and output
functions
| Is This Answer Correct ? | 112 Yes | 16 No |
Post New Answer View All Answers
Can you write the function prototype, definition and mention the other requirements.
Does free set pointer to null?
What are loops c?
What is hashing in c language?
What is the use of header files?
What is null pointer constant?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
int far *near * p; means
What are actual arguments?
What are data structures in c and how to use them?
Explain what is gets() function?
Why is python slower than c?
What are linker error?
If errno contains a nonzero number, is there an error?