(here's a repaired version)

#include <stdio.h>

int main(int argc, char* argv[]) {
    int i, a[1];
      
   long j =  sizeof(i);


    for (i=0; i<=j; i++) {
      printf("x");
      a[i]-=j;
    }
}


-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/javaposse/-/ers8JvQzRQAJ.
To post to this group, send email to javaposse@googlegroups.com.
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to