code for inverse a matrix
No Answer is Posted For this Question
Be the First to Post Answer
advantages of pointers?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
what are bitwise shift operators?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Why is c called a structured programming language?
Explain what is the benefit of using enum to declare a constant?
wap in c to accept n number display the highest and lowest value
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
can any one provide me the notes of data structure for ignou cs-62 paper
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