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 process of writing the null pointer?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
how to display 2-D array elements in spiral
Can the sizeof operator be used to tell the size of an array passed to a function?
What is c language used for?
What is a volatile keyword in c?
write a program to generate 1st n fibonacci prime number
what is the self-referential structure?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
What does stand for?