what is the function of .h in #include<stdio.h> in c ?
Answer Posted / chhavram singh
.h is a extension of #include<stdio.h> because it have all
working or definition of its header file without .h we can
not connect system libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Why static is used in c?
How to define structures? ·
What is the advantage of an array over individual variables?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Explain how can I avoid the abort, retry, fail messages?
What is the difference between typedef struct and struct?
Explain what happens if you free a pointer twice?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is getch () for?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is a char in c?
Define Array of pointers.
Explain what is wrong with this statement? Myname = ?robin?;
What is the purpose of the statement: strcat (S2, S1)?