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
Why do we need volatile 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.
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is actual argument?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What are the 32 keywords in c?
Are pointers integers in c?
Explain what’s a signal? Explain what do I use signals for?
pierrot's divisor program using c or c++ code
how to create duplicate link list using C???
What is difference between %d and %i in c?
What is signed and unsigned?
writ a program to compare using strcmp VIVA and viva with its output.
How can I remove the trailing spaces from a string?
What does %c mean in c?