ATM machine and railway reservation class/object diagram
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,
Why we not create function inside function.
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
Can we add pointers together?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
c program to print a name without using semicolon
difference between spiral and waterfall model
Give differences between - new and malloc() , delete and free() ?
Differentiate abs() function from fabs() function.
What do you mean by recursion in c?
What is the difference between #include and #include 'file' ?
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..