Advertisement
Guest User

new

a guest
May 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. # include <stdio.h>
  2. #include <conio.h>
  3. int main()
  4. {
  5.     int x;
  6.     char c;
  7.    
  8.     x=4;
  9.     printf("%d",x);
  10.     c=getch() ;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement