Advertisement
aungzayoo199651

C (norun_error)

Mar 28th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. #include<stdio.h>
  2. #include<conio.h>
  3.  
  4. int main()
  5. {
  6.     int data=0;
  7.     printf("Enter Your Number;\n");
  8.     scanf("%d", &data);
  9.     printf("Your Number is %d", data);
  10.     _getch();
  11.     return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement