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
Can you please compare array with pointer?
There seem to be a few missing operators ..
Is a house a shell structure?
What is 2 d array in c?
Explain what is wrong with this program statement?
What is the difference between c &c++?
What are pointers in C? Give an example where to illustrate their significance.
Explain bit masking in c?
Explain what is page thrashing?
List the different types of c tokens?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is the difference between scanf and fscanf?
What is modeling?
What is structure packing in c?
how can f be used for both float and double arguments in printf? Are not they different types?