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



matrix multiplication fails introspect the causes for its failure and write down the possible reas..

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

matrix multiplication fails introspect the causes for its failure and write down the possible reas..

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

matrix multiplication fails introspect the causes for its failure and write down the possible reas..

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

matrix multiplication fails introspect the causes for its failure and write down the possible reas..

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

matrix multiplication fails introspect the causes for its failure and write down the possible reas..

Answer / chirag baldha

is's totally timepass yarrrr...

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More C Interview Questions

how to make program without <> in libray.

0 Answers  


can any one provide me the notes of data structure for ignou cs-62 paper

0 Answers   Ignou,


What is formal argument?

0 Answers  


What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,


without using arithmatic operator convert an intger variable x into x+1

3 Answers  






Can we declare a function inside a function in c?

0 Answers  


what is c programming?

3 Answers   TCS,


what are the general concepts of c and c++

2 Answers  


what is the full form of c language

9 Answers   Satyam, TCS, VNC,


program to find middle element of linklist?

1 Answers   Huawei,


#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks

9 Answers   Excel,


how should functions be apportioned among source files?

0 Answers  


Categories