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
can we write a program in c for printf and scanf without using header file stdio.h
What are the different types of objects used in c?
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
If I have a char * variable pointing to the name of a function ..
what is uses of .net
What is difference between union and structure in c?
Tell me when would you use a pointer to a function?
what is the meaning of 'c' language
What is the difference between union and anonymous union?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Do variables need to be initialized?
Why does notstrcat(string, "!");Work?