Guest User

Untitled

a guest
Jan 18th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. int i = 0, n[] = {7, 5, 3, 1};
  2. for ( ; i<3; n[i++] = n[i]);
Add Comment
Please, Sign In to add comment