matrix multiplication fails introspect the causes for its
failure and write down the possible reasons for its
failurein c language.
Answer Posted / 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 |
Post New Answer View All Answers
Why we use break in c?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What does *p++ do?
What is an lvalue?
what is the height of tree if leaf node is at level 3. please explain
What functions are in conio h?
Why shouldn’t I start variable names with underscores?
Explain how can type-insensitive macros be created?
How can you pass an array to a function by value?
What is meant by gets in c?
show how link list can be used to repersent the following polynomial i) 5x+2
How do we open a binary file in Read/Write mode in C?
Which is the best website to learn c programming?
hi send me sample aptitude papers of cts?
Explain how can I manipulate strings of multibyte characters?