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
Explain built-in function?
What is volatile c?
Is there a way to switch on strings?
What oops means?
What is data structure in c programming?
Difference between constant pointer and pointer to a constant.
Differentiate between the = symbol and == symbol?
Explain what is the benefit of using enum to declare a constant?
What is the difference between a free-standing and a hosted environment?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
how should functions be apportioned among source files?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is bubble sort technique in c?