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 null pointer in c?
What are the features of c language?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Create a simple code fragment that will swap the values of two variables num1 and num2.
How to write a C program to determine the smallest among three nos using conditional operator?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
What is the advantage of an array over individual variables?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
What is c language and why we use it?
what is computer engg