What are operators in c?
No Answer is Posted For this Question
Be the First to Post Answer
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.
What is the difference between a structure and a union?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
User define function contain thier own address or not.
write a program that will print %d in the output screen??
How can I find out if there are characters available for reading?
What are the advantages and disadvantages of c language?
What is structure pointer in c?
What is %d called in c?
What is typedef struct in c?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark