Advertisement
mujahidul_islam

5

Jun 21st, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include<stdio.h>
  2. int main ()
  3.  
  4. {
  5.     int q;
  6.  
  7.     for(q=1;q<=100;q=q+2){
  8.  
  9.         printf(" %d ",q);
  10.     }
  11.  
  12.     return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement