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
Write a C program to count the number of email on text
What are inbuilt functions in c?
Explain which function in c can be used to append a string to another string?
What is the use of getchar() function?
Differentiate between functions getch() and getche().
Why does everyone say not to use gets?
What is the purpose of 'register' keyword in c language?
how to find anagram without using string functions using only loops in c programming
Are bit fields portable?
What is a string?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is the best style for code layout in c?
How do we print only part of a string in c?
Which is better malloc or calloc?
How are portions of a program disabled in demo versions?