Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result


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

Post New Answer

More C Interview Questions

How do you use a pointer to a function?

0 Answers  


Why void is used in c?

0 Answers  


which is faster execution: loops or recursion?

3 Answers  


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations

0 Answers  






What is p in text message?

0 Answers  


difference between object file and executable file

0 Answers  


what is the difference between char * const and const char *?

2 Answers   TCS,


How the processor registers can be used in C ?

7 Answers   HP,


get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


What is the difference between procedural and functional programming?

0 Answers  


Is printf a keyword?

0 Answers  


Categories