Why #include is used in c language?
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.
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
what is a constant pointer in C
Is c a great language, or what?
what is difference between strcmp & palindrome?
What’s a signal? Explain what do I use signals for?
While(1) { } when this loop get terminate is it a infinite loop?
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
Is array name a pointer?
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
why do we use # in c-language?