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 differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is optimization in c?
What is meant by errors and debugging?
What are the difference between a free-standing and a hosted environment?
Where are some collections of useful code fragments and examples?
Explain the use of #pragma exit?
Is there a way to switch on strings?
What is structure in c language?
Who developed c language?
How can you convert integers to binary or hexadecimal?
Why do we use int main instead of void main in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
State two uses of pointers in C?
What is exit() function?