write a program to add the corner elements of a double dimensional array using c-language
Write a program to add the corner elements of a double dimensional array using c-language?
sum=arr[0][0]+arr[0][size-1]+arr[size-1]...
Reply:question not clear
which corner elements
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment