Advertisement
mujahidul_islam

1

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