totally how much header files r in c language
Answer Posted / mod
there r 24 header files in iso standerd of c language
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How can I find out the size of a file, prior to reading it in?
Hai what is the different types of versions and their differences
How are Structure passing and returning implemented by the complier?
how to write a c program to print list of fruits in alpabetical order?
How many keywords are there in c?
Explain the use of 'auto' keyword
What is #define?
Tell me the use of bit field in c language?
Can a variable be both static and volatile in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
Write a program of prime number using recursion.
What is the use of extern in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Which is the memory area not included in C program? give the reason