how many header file is in C language ?
Answer Posted / vrushali
Is there any valid reason where the limit is deceided.
| Is This Answer Correct ? | 24 Yes | 21 No |
Post New Answer View All Answers
What is volatile keyword in c?
What is #define in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Is Exception handling possible in c language?
How can I list all of the predefined identifiers?
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 header file in c?
How a string is stored in c?
What is sorting in c plus plus?
Why is c called "mother" language?
How can a number be converted to a string?
What is abstract data structure in c?
Array is an lvalue or not?
Is that possible to add pointers to each other?
Explain pointers in c programming?