matrix multiplication fails introspect the causes for its
failure and write down the possible reasons for its
failurein c language.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1406


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1956


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1041


what is the function of pragma directive in c?

589


Define the scope of static variables.

575






a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

837


What is the difference between void main and main in c?

599


What is the use of parallelize in spark?

557


Is c pass by value or reference?

567


How can I handle floating-point exceptions gracefully?

598


Why is structure important for a child?

582


How do I determine whether a character is numeric, alphabetic, and so on?

597


What is c standard library?

665


Are global variables static in c?

647


What is oops c?

580