matrix multiplication fails introspect the causes for its
failure and write down the possible reasons for its
failurein c language.
Answer Posted / 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 |
Post New Answer View All Answers
Is it cc or c in a letter?
Why isnt any of this standardized in c?
What is the difference between text and binary i/o?
What does char * * argv mean in c?
What is #pragma statements?
What is the difference between memcpy and memmove?
Can you define which header file to include at compile time?
i got 75% in all semester am i eligible for your company
What is the difference between null pointer and wild pointer?
What is meant by errors and debugging?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Should a function contain a return statement if it does not return a value?
What is c programing language?
What is an lvalue?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?