what is the function of .h in #include<stdio.h> in c ?
Answer Posted / farhan ejaz
#includestdio.h is a function which control the input and
output function likeb printf and scanf
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does d mean?
what is different between auto and local static? why should we use local static?
p*=(++q)++*--p when p=q=1 while(q<=6)
What is a void pointer? When is a void pointer used?
How do you use a pointer to a function?
How to draw the flowchart for structure programs?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is the collection of communication lines and routers called?
What is a lvalue
What do you mean by invalid pointer arithmetic?
Is c language still used?
What is the difference between char array and char pointer?
How do I create a directory? How do I remove a directory (and its contents)?
What is d'n in c?
Explain what are linked list?