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

what is difference between ANSI structure and C99 Structure?

1 Answers   Wipro,


What is a class c rental property?

0 Answers  


What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }

1 Answers  


What is s or c?

0 Answers  


how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0

4 Answers   Wipro,


Why is this loop always executing once?

0 Answers  


main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }

4 Answers   Vector,


There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.

5 Answers   Yahoo,


What is the scope of static variable in c?

0 Answers  


what is unsigened char and what is the difference from char

2 Answers  


What is period operator in c?

3 Answers   Wipro,


2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }

1 Answers   Wipro,


Categories