Answer Posted / mahendra giri
compiler is translator,which translate source code to target
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the different types of data structures in c?
What is auto keyword in c?
What are the features of c language?
How can I generate floating-point random numbers?
C language questions for civil engineering
What is a 'null pointer assignment' error?
What does main () mean in c?
Is c language still used?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
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 standard functions are available to manipulate strings?
Why isn't any of this standardized in c? Any real program has to do some of these things.
find the sum of two matrices and WAP for it.
What is break statement?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference