what is the function of .h in #include<stdio.h> in c ?
Answer Posted / meena
it is a header file.it stands for"standard input and
output"file.if you want to give any input to the computer
or if you want to recieve any output from the computer
(printf,scanf)this header file must be used.
| Is This Answer Correct ? | 35 Yes | 5 No |
Post New Answer View All Answers
can anyone suggest some site name..where i can get some good data structure puzzles???
What is the description for syntax errors?
What are the functions to open and close file in c language?
Why do we use pointer to pointer in c?
What are all different types of pointers in c?
How to define structures? ·
What are types of preprocessor in c?
What is the use of in c?
What is the difference between array and structure in c?
What are valid operations on pointers?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Why does not c have an exponentiation operator?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is difference between constant pointer and constant variable?
What are static variables in c?