Advertisement
dllbridge

Untitled

Oct 9th, 2020
1,117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.29 KB | None | 0 0
  1.  
  2. #include       <stdio.h>
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. int n = 21133331111;   // 4 bytes
  11.  
  12.  
  13. ////////////////////////////////////////////////////
  14. int main()                                        //
  15. {
  16.    
  17.     printf("n = %d %s   \n\n", n, "SONY");
  18.     printf("Masha");   
  19.     scanf("%d", &n);   
  20. }
  21.  
  22.  
  23.  
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement