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
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
What is the meaning of ?
What is #include in c?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
Is file a keyword in c?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
Write the control statements in C language
Is there a way to compare two structure variables?
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
write a c program to find the sum of five entered numbers using an array named number
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)