code for inverse a matrix
No Answer is Posted For this Question
Be the First to Post Answer
Lists the benefits of c programming language?
define string ?
Write the following function in C. 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 are the types of pointers?
Which one would you prefer - a macro or a function?
What is array of structure in c?
What is data structure in c language?
How do you do dynamic memory allocation in C applications?
What are the languages are portable and platform independent?Why they are like that?
What are the types of bitwise operator?
what is the diff b/w static and non static variables in C. Give some examples plz.
Do you have any idea how to compare array with pointer in c?