find out largest elemant of diagonalmatrix
No Answer is Posted For this Question
Be the First to Post Answer
What are c identifiers?
Explain what are multidimensional arrays?
Is return a keyword in c?
Explain what does the function toupper() do?
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
Explain what is the difference between text files and binary files?
Identify the operators that is not used with pointer a. && b. # c. * d. >>
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
Why is structure important for a child?
What is difference between structure and union with example?
What Is The Difference Between Null And Void Pointer?
What is that continue statement??