Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~85 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for aasked

I am trying to copy the column, from bottom to top element,to the row , but it does not work. Plase help #include <stdio.h> int main () { int Image1[3][3]={{1,2,3},{4,5,6},{7,8,9}}; int Image2[3][3]; int i= 3; int j =3; int k =0 ; int l; while ( k <= 0){ i=0; …

Member Avatar for nullptr
0
85