what is the function of .h in #include<stdio.h> in c ?
Answer Posted / shaix
As i know , em not that much xperiancd ......
buh available to ans the question as i know
<stdio.h>
which stand for <standard input output . Header File>
so .h is a header file which includes standard input and output functions ..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I do graphics in c?
What is a node in c?
difference between Low, Middle, High Level languages in c ?
How can I discover how many arguments a function was actually called with?
Explain Basic concepts of C language?
Explain built-in function?
What is the difference between char array and char pointer?
What is the difference between malloc() and calloc()?
What are logical errors and how does it differ from syntax errors?
Why do we need arrays in c?
What is p in text message?
What is masking?
Write a program to reverse a given number in c?
What does %p mean c?
Write a program in c to replace any vowel in a string with z?