Guest User

Untitled

a guest
Jan 21st, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main ()
  4.  
  5. {
  6.  
  7. int i,j;
  8.  
  9. for(i=1;i=5;i++);
  10. {for (j=i;j=5);
  11. printf("*");
  12. }
  13.  
  14.  
  15.  
  16.  
  17. system ("pause");
  18. return 0;
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. }
Add Comment
Please, Sign In to add comment