how many header file is in C language ?
Answer Posted / vignesh
42 Header Files are available.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Why is sizeof () an operator and not a function?
What does the error message "DGROUP exceeds 64K" mean?
What are examples of structures?
What is pragma in c?
How can I avoid the abort, retry, fail messages?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the use of volatile?
What is modifier & how many types of modifiers available in c?
How can I dynamically allocate arrays?
How many levels of indirection in pointers can you have in a single declaration?
What is the most efficient way to count the number of bits which are set in an integer?
What is class and object in c?
Can we initialize extern variable in c?
What is bubble sort in c?