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
Explain what happens if you free a pointer twice?
Is c# a good language?
What are the applications of c language?
How can I determine whether a machines byte order is big-endian or little-endian?
what is the significance of static storage class specifier?
Explain what is the benefit of using #define to declare a constant?
Explain how do you determine a file’s attributes?
Define Array of pointers.
What is getch() function?
How do you print an address?
Can a file other than a .h file be included with #include?
Why main is used in c?
Hi can anyone tell what is a start up code?
What are actual arguments?
What are Macros? What are its advantages and disadvantages?