Guest User

Untitled

a guest
Jul 22nd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5.     int num1=7;
  6.     printf ("the value is : %d",num1);
  7.     getchar();
  8. }
Add Comment
Please, Sign In to add comment