Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3.  
  4.  
  5. main()
  6.  
  7. {
  8.  
  9. int b=100,a;
  10.  
  11. for(a;a<=b;a++)
  12. {
  13. if(a%2!=0) printf(" %d \n", a);
  14.  
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement