what is the function of .h in #include<stdio.h> in c ?
Answer Posted / shashiprabha singh
.h is used for header files and stdio.h is "standard input
output header files" which hold all realtives i/p files. In
these files varias types of function r included like scanf,
printf etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is function in c with example?
How do you define a function?
Is it better to bitshift a value than to multiply by 2?
what will be the output for the following main() { printf("hi" "hello"); }
What is sizeof return in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is 02d in c?
Do pointers need to be initialized?
Why header files are used?
What is difference between structure and union in c programming?
What is methods in c?
Write a program to check armstrong number in c?
What are the differences between Structures and Arrays?
Can we declare variables anywhere in c?
What is wild pointer in c?