fork download
  1. #include "stdio.h"
  2. #include "math.h"
  3.  
  4.  
  5. int main()
  6. {
  7. int i, j = i = 10;
  8.  
  9. for(int i=1,*f=&i;i<3;i++,j=74)
  10. {
  11.  
  12. j=1;
  13. printf("%d %d\n", i, *f);
  14. }
  15.  
  16. printf("%d %d\n", i, j);
  17.  
  18. return 0;
  19. }
Success #stdin #stdout 0s 4508KB
stdin
Standard input is empty
stdout
1 1
2 2
10 74