How will you divide two numbers in a MACRO?
No Answer is Posted For this Question
Be the First to Post Answer
What is boolean in c?
if p is a string contained in a string?
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 reserved words?
Are the outer parentheses in return statements really optional?
What is far pointer in c?
How would you write qsort?
Is it possible to run a c program without using main?If yes HOW??
What is f'n in math?
What compilation do?
7 Answers Geometric Software, Infosys,
what is op? for(c=0;c=1000;c++) printf("%c",c);
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop