Guest User

Untitled

a guest
Oct 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. #include<stdio.h>
  2. int main(void){
  3. int no;
  4. scanf("%d",&no);
  5.  printf("welcome: no=%d\n",no);
  6.  return 0;
  7.  }
Add Comment
Please, Sign In to add comment