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
What is the use of getch ()?
Does sprintf put null character?
Write program to remove duplicate in an array?
What is methods in c?
Explain what is a stream?
What is a void * in c?
What are the applications of c language?
What does void main return?
What is array of structure in c?
What is console in c language?
Write a code to generate divisors of an integer?
Explain what header files do I need in order to define the standard library functions I use?
Explain how can I make sure that my program is the only one accessing a file?
How can I insert or delete a line (or record) in the middle of a file?
Write a code to remove duplicates in a string.