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


Please Help Members By Posting Answers For Below Questions

Explain what happens if you free a pointer twice?

819


Is c# a good language?

787


What are the applications of c language?

835


How can I determine whether a machines byte order is big-endian or little-endian?

824


what is the significance of static storage class specifier?

1920


Explain what is the benefit of using #define to declare a constant?

804


Explain how do you determine a file’s attributes?

820


Define Array of pointers.

829


What is getch() function?

829


How do you print an address?

984


Can a file other than a .h file be included with #include?

877


Why main is used in c?

822


Hi can anyone tell what is a start up code?

1828


What are actual arguments?

849


What are Macros? What are its advantages and disadvantages?

861