matrix multiplication fails introspect the causes for its
failure and write down the possible reasons for its
failurein c language.
Answer Posted / 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 |
Post New Answer View All Answers
What is a void pointer? When is a void pointer used?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Explain what is the difference between text files and binary files?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
How can I handle floating-point exceptions gracefully?
How does selection sort work in c?
simple program of graphics and their output display
can we have joblib in a proc ?
what are bit fields in c?
What are the different types of control structures?
swap 2 numbers without using third variable?
What are the features of c language?
What are local static variables? How can you use them?
How do I determine whether a character is numeric, alphabetic, and so on?
What are the 4 types of functions?