how many header file is in C language ?
Answer Posted / dharampal
32
| Is This Answer Correct ? | 18 Yes | 44 No |
Post New Answer View All Answers
What is the use of ?: Operator?
Difference between MAC vs. IP Addressing
What are keywords c?
How can I find out how much free space is available on disk?
What is meant by keywords in c?
List some applications of c programming language?
What is use of #include in c?
What is pointer to pointer in c?
Who is the founder of c language?
What is operator precedence?
how to create duplicate link list using C???
How can you read a directory in a C program?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
How can I write a function analogous to scanf?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above