How can I split up a string into whitespace-separated fields?
No Answer is Posted For this Question
Be the First to Post Answer
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 Answers Google, Infosys, JTL, OpenFeel,
Write a program for print infinite numbers
What is null character in c?
Write a program to swap two numbers without using a temporary variable?
while initialization of array why we use a[][2] why not a[2][]...?
What is the difference between realloc() and free()
What is meant by type specifiers?
What is data structure in c programming?
hi any body pls give me company name interview conduct "c" language only
what is unsigened char and what is the difference from char
What do you mean by c what are the main characteristics of c language?
What is Conio.h ?