what is a function method?give example?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the heap?
write a c program to find the probability of random numbers between 1-1000
What is table lookup in c?
how to reverse string "Hello World" by using pointers only. Without any temp var
how to determine the complexity of an algorithm as log(n)
how can write all 1to 100 prime numbers using for loop,if and break ?
What is volatile variable in c?
can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...
11 Answers CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,
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,
What is operator promotion?
what is the use of ‘auto’ keyword?
What are the basic data types associated with c?