Explain void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any book to know about Basics of C Language?
write a programe returns the number of times the character appears in the 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,
How the C program can be compiled?
Why is c used in embedded systems?
What are the valid places to have keyword “break”?
What is use of #include in c?
when to use : in c program?
What is the meaning of ?
What is the difference between fread and fwrite function?
12345 1234 123 12 1
Write a C program to perform some of the operation which can be performed using Single linked list