what is the function of .h in #include<stdio.h> in c ?
Answer Posted / ishwarya
this header file include EOF function also
| Is This Answer Correct ? | 4 Yes | 15 No |
Post New Answer View All Answers
What is the difference between single charater constant and string constant?
What are the 4 types of programming language?
What is a pointer in c plus plus?
What is the meaning of 2d in c?
Where are c variables stored in memory?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is sizeof int?
Explain what are the advantages and disadvantages of a heap?
What is the difference between arrays and pointers?
How do you define a function?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Why clrscr is used after variable declaration?
Explain enumerated types.
What is difference between stdio h and conio h?