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
How can you access memory located at a certain address?
How do shell structures work?
What is the difference between far and near ?
Write a C program to count the number of email on text
What are the difference between a free-standing and a hosted environment?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is structure data type in c?
Why main is not a keyword in c?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Explain what is the concatenation operator?
What is variable declaration and definition in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Why do we use header files in c?