What is header file definition?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer & why it is used?
which of 'arrays' or 'pointers' are faster?
What is the difference between struct and union in C?
What is printf () in c?
What is the difference function call by value & function call by reference?
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 are the different pointer models in c?
why return type of main is not necessary in linux
Explain the properties of union.
what is the role you expect in software industry?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference