matrix multiplication fails introspect the causes for its
failure and write down the possible reasons for its
failurein c language.
Answers were Sorted based on User's Feedback
Answer / praveen
One reason could be
when the number of rows is not equal to number of coloumns
| Is This Answer Correct ? | 28 Yes | 7 No |
Answer / vijay dave
Reeason is there to first matrix`s row number is not
equal to second matrix`s columns number
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / sandeep
one reason is there to first matrix`s row number is not
equal to second matrix`s columns number
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / prabhat thapa
The main reason is number of columns in first matrix not being equal with number of rows in second matrix.
(A i*j)* B(j*k)
| Is This Answer Correct ? | 2 Yes | 0 No |
How can I write a function analogous to scanf?
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is volatile, register definition in C
Please write the area of a RIGHT ANGLED TRIANGLE.
main() {int a=200*200/100; printf("%d",a); }
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Explain following declaration int *P(void); and int (*p)(char *a);
Explain the difference between malloc() and calloc() function?
Why c is a mother language?
What is the purpose of sprintf?
Why clrscr is used after variable declaration?
In C programming, what command or code can be used to determine if a number of odd or even?