totally how much header files r in c language
Answer Posted / vijay
there are 29 hederfiles in c
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
write a program to find out prime number using sieve case?
What is #pragma statements?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
How can you allocate arrays or structures bigger than 64K?
praagnovation
What is static volatile in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is the difference between variable declaration and variable definition in c?
Explain indirection?
What is the use of bitwise operator?
What is a MAC Address?
Why do we need arrays in c?
Why header files are used?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm