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 math operations be performed on a void pointer?
What are the different types of linkage exist in c?
How do I round numbers?
What is difference between arrays and pointers?
Why is c so popular?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
how to write a c program to print list of fruits in alpabetical order?
Is c is a low level language?
Explain the difference between null pointer and void pointer.
Explain what is page thrashing?