what is the function of .h in #include<stdio.h> in c ?
Answer Posted / vignesh1988i
this is called as a header file..... like .txt in
editors.... in this this header file dosent belong to the C
code..... the meaning of this is in this .h files all
functions will be writtern .............. eg. string
fun(),I/O fun(),getch(),clrscr(),math functions() ...... etc
... etc
| Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
What is assert and when would I use it?
What is the difference between struct and union in C?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
How do I copy files?
In C, What is the #line used for?
Difference between linking and loading?
Why is extern used in c?
What is sorting in c plus plus?
Write a program to swap two numbers without using a temporary variable?
How can I find out how much free space is available on disk?
In which header file is the null macro defined?
Is array a primitive data type in c?
How can I remove the leading spaces from a string?
Why is a semicolon (;) put at the end of every program statement?