what is the function of .h in #include<stdio.h> in c ?
Answer Posted / dekchand sharma
.h Means header file of input output in c.
#include<stdio.h>
it means standered input output header file.
| Is This Answer Correct ? | 13 Yes | 9 No |
Post New Answer View All Answers
What language is windows 1.0 written?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is sizeof array in c?
Explain union.
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
what are the advantages of a macro over a function?
What are the 5 data types?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What are nested functions in c?
Why c is procedure oriented?
What is the difference between functions getch() and getche()?
Why is c called c not d or e?
What are terms in math?
Mention four important string handling functions in c languages .
What is the difference between struct and typedef struct in c?