code for inverse a matrix


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the types of bitwise operator?

0 Answers  


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


How to get string length of given string in c?

0 Answers  


What is the argument of a function in c?

0 Answers  


Who invented bcpl language?

0 Answers  






difference of two no's with out using - operator

7 Answers  


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,


Do you know the use of fflush() function?

0 Answers  


Is c is a procedural language?

0 Answers  


write a program structure to find average of given number

1 Answers  


code for copying two strings with out strcpy() function.

6 Answers  


Categories