totally how much header files r in c language
Answer Posted / vignesh1988i
actually there are more than 50 header files as for as i know........
thank u
| Is This Answer Correct ? | 7 Yes | 13 No |
Post New Answer View All Answers
What are the advantages of c preprocessor?
How do we declare variables in c?
Why can’t constant values be used to define an array’s initial size?
What is && in c programming?
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.
I need testPalindrome and removeSpace
#include
What are the advantages of the functions?
Explain what are compound statements?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Explain why can’t constant values be used to define an array’s initial size?
What is use of null pointer in c?
What are header files why are they important?
Is r written in c?
How to create struct variables?
Explain goto?