write a program in c language for the multiplication of two
matrices using pointers?
Answer Posted / arum kumar mishra
9
| Is This Answer Correct ? | 22 Yes | 28 No |
Post New Answer View All Answers
What is the use of volatile?
What is dynamic dispatch in c++?
What is a pragma?
Write a factorial program using C.
What is an expression?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What is the purpose of scanf() and printf() functions?
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
How do you use a 'Local Block'?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Why is structure important for a child?
What functions are used in dynamic memory allocation in c?
How to implement a packet in C
what is a function method?give example?