write an algorithm to display a square matrix.
No Answer is Posted For this Question
Be the First to Post Answer
Can we replace the struct function in tree syntax with a union?
string reverse using recursion
write a 'c' program to sum the number of integer values
Explain the difference between ++u and u++?
What is dynamic variable in c?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
How can I swap two values without using a temporary?
How can I find the modification date of a file?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
Compare interpreters and compilers.