Sunday, July 12, 2009

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

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


No comments:

Post a Comment