Is c a great language, or what?
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,
What is the real time usage volatile?
Difference between exit() and _exit() function?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
How to removing white spces in c programming only bu using loops
Between macros and functions,which is better to use and why?
What is information technology.
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
i want to know aptitude questions,technical questions
What is c mainly used for?