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.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between array and linked list in c?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
what is meant by flushll() in c programming?
What type is sizeof?
Why isnt any of this standardized in c?
What are the 5 data types?
What is logical error?
How do you sort filenames in a directory?
What are the two types of structure?
Is python a c language?
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
List some of the dynamic data structures in C?