matrix multiplication fails introspect the causes for its
failure and write down the possible reasons for its
failurein c language.
Answer Posted / praveen
One reason could be
when the number of rows is not equal to number of coloumns
| Is This Answer Correct ? | 28 Yes | 7 No |
Post New Answer View All Answers
What is switch in c?
What is indirection?
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
Can we change the value of constant variable in c?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is 'bus error'?
What is include directive in c?
How many levels of pointers can you have?
What are valid operations on pointers?
What is function prototype?
can we change the default calling convention in c if yes than how.........?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What are preprocessor directives in c?
What is the translation phases used in c language?
What are # preprocessor operator in c?