mdnurnobihosen

Assignment2

Feb 24th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4.     int i,n;
  5.     printf("Enter any intiger number:");
  6.     scanf("%d",&n);
  7.     for(i=0; i<=n; i++)
  8.         printf("%d\n",i);
  9.     return 0;
  10. }
Add Comment
Please, Sign In to add comment