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 a void pointer? When is a void pointer used?
How important is structure in life?
What is the symbol indicated the c-preprocessor?
How do you sort filenames in a directory?
What is difference between static and global variable in c?
What is pass by reference in c?
What is the use of pointers in C?
why return type of main is not necessary in linux
What is null pointer in c?
Can we change the value of constant variable in c?
Can you pass an entire structure to functions?
What is the process to generate random numbers in c programming language?
What is a null string in c?
Write a program to reverse a given number in c?
What is #include cctype?