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
What is an array? What the different types of arrays in c?
What is the use of a conditional inclusion statement in C?
Explain the difference between ++u and u++?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is the use of define in c?
What are local static variables? How can you use them?
What is pivot in c?
Is sizeof a keyword in c?
What is the benefit of using const for declaring constants?
What is a constant?
What is the basic structure of c?
What is calloc malloc realloc in c?
What is use of integral promotions in c?
What is New modifiers?
Explain how can you be sure that a program follows the ansi c standard?