Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


What is wild pointer in c?

0 Answers  


how to count no of words,characters,lines in a paragraph.

0 Answers  


#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 Answers  


explain how do you use macro?

0 Answers  


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

0 Answers  


WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"

3 Answers  


Can a pointer be null?

0 Answers  


Explain the difference between struct and union.

2 Answers  


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


Where are some collections of useful code fragments and examples?

0 Answers   Celstream,


program to convert a integer to string in c language'

0 Answers  


Categories