totally how much header files r in c language
Answer Posted / uk
i think there are morethan 30 headerfiles in c
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between exit() and _exit() function?
Why static is used in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is clrscr in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is structure of c program?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Which function in C can be used to append a string to another string?
Explain what happens if you free a pointer twice?
What is the difference between text and binary i/o?
What is #include cctype?
code for quick sort?
Dont ansi function prototypes render lint obsolete?
Is c++ based on c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }