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

What is the use of getch ()?

857


Does sprintf put null character?

811


Write program to remove duplicate in an array?

837


What is methods in c?

844


Explain what is a stream?

817


What is a void * in c?

851


What are the applications of c language?

857


What does void main return?

849


What is array of structure in c?

818


What is console in c language?

852


Write a code to generate divisors of an integer?

837


Explain what header files do I need in order to define the standard library functions I use?

896


Explain how can I make sure that my program is the only one accessing a file?

927


How can I insert or delete a line (or record) in the middle of a file?

802


Write a code to remove duplicates in a string.

843