totally how much header files r in c language
Answers were Sorted based on User's Feedback
Answer / rakamal
According to ISO C99 standard totally 24 header files are
available
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / mod
there r 24 header files in iso standerd of c language
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / hari
two header files uaing the c language.but header files
keep the funcation declearcation saparte from function
dafanation
very large of appplication.& want to break into different
parts,this parts are into diff library called header files
| Is This Answer Correct ? | 2 Yes | 4 No |
actually there are more than 50 header files as for as i know........
thank u
| Is This Answer Correct ? | 7 Yes | 13 No |
How do I use strcmp?
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
what is the difference between postfix and prefix unary increment operators?
how to make program without <> in libray.
What are predefined functions in c?
What is a file descriptor in c?
What is an auto keyword in c?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
Explain what is output redirection?
Explain what’s a signal? Explain what do I use signals for?
How can I call fortran?
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.