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
What is the use of sizeof () in c?
Write a program for finding factorial of a number.
Can static variables be declared in a header file?
What are variables and it what way is it different from constants?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What are the keywords in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Explain #pragma statements.
Why does the call char scanf work?
What is "Hungarian Notation"?
What is the scope of global variable in c?
Combinations of fibanocci prime series
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What does a function declared as pascal do differently?
How can I do serial ("comm") port I/O?