what is the function of .h in #include<stdio.h> in c ?
Answer Posted / dilip kumar
u know that every file is exist with extention name
so .h is a extention name of all header file.
| Is This Answer Correct ? | 50 Yes | 17 No |
Post New Answer View All Answers
What is dynamic memory allocation?
How do you determine the length of a string value that was stored in a variable?
Why we write conio h in c?
Which type of language is c?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
can we change the default calling convention in c if yes than how.........?
Explain spaghetti programming?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Explain what is the difference between functions abs() and fabs()?
Explain what is the most efficient way to store flag values?
What is the use of linkage in c language?
Is a house a shell structure?
Why c is a procedural language?
Difference between strcpy() and memcpy() function?
What is meant by recursion?