What is use of pointer?
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.
The difference between printf and fprintf is ?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
What are lookup tables in c?
What are actual arguments?
What do you understand by friend-functions? How are they used?
how to find sum of digits in C?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is graph in c?
Why do we write return 0 in c?
Explain what is meant by 'bit masking'?
What is the difference between mpi and openmp?