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

Post New Answer

More C Interview Questions

how to find a 5th bit is set in c program

4 Answers   IBM,


What is a example of a variable?

0 Answers  


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

0 Answers  


which type of aspect you want from the student.

0 Answers   IBM, TCS,


how to generate sparse matrix in c

3 Answers  






sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


Write down the program to sort the array.

4 Answers   Impiger,


hi any body pls give me company name interview conduct "c" language only

0 Answers  


Why is structure padding done in c?

0 Answers  


Can you pass an entire structure to functions?

0 Answers  


What is a node in c?

0 Answers  


Categories