totally how much header files r in c language
Answer Posted / hari
two header files uaing the c language.but header files
keep the funcation declearcation saparte from function
dafanation
very large of appplication.& want to break into different
parts,this parts are into diff library called header files
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What are local static variables?
Why double pointer is used in c?
What is meant by operator precedence?
What is modeling?
Is register a keyword in c?
Why array is used in c?
What is a pragma?
Explain how can you restore a redirected standard stream?
Do you know pointer in c?
What is substring in c?
Why should I use standard library functions instead of writing my own?
How can I implement sets or arrays of bits?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What are header files and what are its uses in C programming?
What are derived data types in c?