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
Can you mix old-style and new-style function syntax?
What is the difference between the expression “++a” and “a++”?
What are the general description for loop statement and available loop types in c?
What is the heap in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What are the functions to open and close file in c language?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is meant by gets in c?
What's the right way to use errno?
write a program for the normal snake games find in most of the mobiles.
What is type qualifiers?
When is a “switch” statement preferable over an “if” statement?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What are extern variables in c?