Answer Posted / revathy
I think it is 1004
But JITENDRA, why do you think it's FA0
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is use of bit field?
What is the use of linkage in c language?
What does main () mean in c?
What are register variables? What are the advantage of using register variables?
What are the different data types in C?
What is the g value paradox?
What is double pointer in c?
What is the auto keyword good for?
What are the functions to open and close file in c language?
What is masking?
What do you mean by c what are the main characteristics of c language?
What is the c language function prototype?
What does %d do?
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.