Advertisement
Guest User

Untitled

a guest
Feb 9th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. int main()
  2. {
  3. int a[10], b[], c[] ,i, y, x;
  4. for(i=0, i<10, i++) a[i]=i;
  5.  
  6. for(y=0, y>b[], y++; /*can i do that?*\
  7. {
  8. if a[i]>0
  9. b[y]=i
  10. else if (a[i]<0)
  11. {
  12. (x=0, x<c[], c++} a[i]= c
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement