Write the following function in C. 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.
3 16814Post New JTL Interview Questions
What are dsls and which dsls have you used?
What are the string functions? Name some of them?
What are the steps that are required to handle the multi-threading?
What is use of ‘->’ symbol?
What are app services?
What is the common systems area?
Which module is used to control the gpio in python?
How can you host a silverlight application?
What is non-dfs used in hdfs web console
What do you mean by event Listener in WorkFusion?
What compounds are responsible for the odors that come from wastewater treatment plants?
What is the difference between a Hadoop and Relational Database and Nosql?
Is hashset serializable c#?
Why analysis is a major part in object designing?
What is Publish/Subscribe approach?