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
Is return a keyword in c?
How to get string length of given string in c?
What are pointers?
What is difference between far and near pointers?
What are local static variables? How can you use them?
What is the total generic pointer type?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Write a Program to find whether the given number or string is palindrome.
What is a shell structure examples?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What are global variables and how do you declare them?
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 full form of getch?
What is .obj file in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop