what is the function of .h in #include<stdio.h> in c ?
Answer Posted / sr amit tyagi
.h extension shows the type of file is header file. In turbo
c there are two file that are use for predefine function.as
header file which contains definition and explanations of
all function and constants and the extension of these file
is ".h".where the functions are kept in the library file
which have extension ".LIB".example
stdio.h
or
stdio.LIB
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the process to create increment and decrement stamen in c?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
How can you determine the maximum value that a numeric variable can hold?
Tell us something about keyword 'auto'.
Can we declare variable anywhere in c?
What is binary tree in c?
What language is c written?
What is the difference between near, far and huge pointers?
Write a code to remove duplicates in a string.
difference between native and cross compilers
Mention four important string handling functions in c languages .
Apart from dennis ritchie who the other person who contributed in design of c language.
Define recursion in c.
develop algorithms to add polynomials (i) in one variable