how many header file is in C language ?
Answer Posted / a.bindhu bhargavi
There are 256 header files in C language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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.
Explain function?
How can I determine whether a machines byte order is big-endian or little-endian?
ATM machine and railway reservation class/object diagram
How can you increase the size of a dynamically allocated array?
What is enumerated data type in c?
What are the types of unary operators?
What’s the special use of UNIONS?
What is memory leak in c?
What is the difference between scanf and fscanf?
What are reserved words with a programming language?
Differentiate abs() function from fabs() function.
Is swift based on c?
Why does everyone say not to use scanf? What should I use instead?
What is I ++ in c programming?