Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #include<stdio.h>
  2. void main()
  3. {
  4. int i;
  5. for(i=0;i!=12;i++)
  6. {
  7. printf("%dn",i);
  8. i=12;
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement