list the no of files created when c source file is compiled
Answer Posted / peter devanesan
.obj,.bak
| Is This Answer Correct ? | 23 Yes | 10 No |
Post New Answer View All Answers
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.
Explain void pointer?
What is a static function in c?
What is the process of writing the null pointer?
What is the use of a ‘ ’ character?
What is use of pointer?
How does placing some code lines between the comment symbol help in debugging the code?
What is pragma in c?
Can we replace the struct function in tree syntax with a union?
How does #define work?
What is the mean of function?
What are the types of operators in c?
Explain the red-black trees?
What is sizeof c?
Why double pointer is used in c?