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

Write a program for deleting duplicate elements in an array

3 Answers   Subex,


print a "hello" word without using printf n puts in c language

6 Answers  


What does node * mean?

0 Answers  


hi any body pls give me company name interview conduct "c" language only

0 Answers  


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

0 Answers  


1 232 34543 4567654 can anyone tell me how to slove this c question

6 Answers  


What is the translation phases used in c language?

0 Answers  


How to compare array with pointer in c?

0 Answers  


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


What is variable and explain rules to declare variable in c?

0 Answers  


what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

20 Answers   Infosys,


writw a program to insert an element in the begning of a doubly linked list

1 Answers  


Categories