find the sum of two matrices and WAP for it.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

how to convert binary to decimal and decimal to binary in C lanaguage

7 Answers   BPO, Far East Promotions, IBM, RBS,


How a string is stored in c?

0 Answers  


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

0 Answers  


What are the different flags in C? And how they are useful? And give example for each in different consequences?

1 Answers  


what are the files which are automatically opened when a c file is executed?

3 Answers  






What should not contain a header file?

2 Answers  


What is a pointer in c?

0 Answers  


Can stdout be forced to print somewhere other than the screen?

0 Answers  


How many types of arrays are there in c?

0 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


How to calculate Total working time using Login and logout?

2 Answers   CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,


Explain what is the difference between the expression '++a' and 'a++'?

0 Answers  


Categories