Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Difference between pass by reference and pass by value?

1095


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

2738


What are the different types of C instructions?

1244


What is header file in c?

1018


What are extern variables in c?

944


What is the right type to use for boolean values in c?

987


Write a program to find factorial of a number using recursive function.

1062


#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); }

1239


Explain how can I manipulate strings of multibyte characters?

1153


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

1045


How can I list all of the predefined identifiers?

927


Explain what does the function toupper() do?

1004


What are examples of structures?

1021


What is the purpose of main() function?

1183


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4620