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
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What are enumerated types?
Difference between Shallow copy and Deep copy?
What are integer variable, floating-point variable and character variable?
Explain the difference between getch() and getche() in c?
Explain how do you determine a file’s attributes?
what is the structure pointer?
find out largest elemant of diagonalmatrix
Here is a neat trick for checking whether two strings are equal
What is the significance of c program algorithms?
Is flag a keyword in c?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is identifier in c?
What is static identifier?
What are terms in math?