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 |
What is main () in c?
Explain the difference between fopen() and freopen().
How many types of errors are there in c language? Explain
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
What is an expression?
What is pointers in c with example?
What do you mean by command line argument?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What are the different types of errors?
what type of questions arrive in interview over c programming?
Explain what are the different data types in c?
how to create c progarm without void main()?