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
Subtract Two Number Without Using Subtraction Operator
Define VARIABLE?
write a function which accept two numbers from main() and interchange them using pointers?
What is structure in c explain with example?
in iso what are the common technological language?
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
can we access one file to one directory?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Explain what is the difference between a free-standing and a hosted environment?
Explain what is wrong with this program statement?
What are the preprocessors?
what is data structure