what is the function of .h in #include<stdio.h> in c ?
Answer Posted / moolshankar
.his the extencation of the header file .h indicvates
that its a header file
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
how do you execute a c program in unix.
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What are external variables in c?
What is %d called in c?
Is c is a middle level language?
Why do some versions of toupper act strangely if given an upper-case letter?
What is c system32 taskhostw exe?
Write a progarm to find the length of string using switch case?
What is structure in c language?
How to get string length of given string in c?
What is a shell structure examples?
Explain the use of keyword 'register' with respect to variables.
Write a code to generate divisors of an integer?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Why clrscr is used in c?