Advertisement
dllbridge

Untitled

Sep 16th, 2024
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.66 KB | None | 0 0
  1.  
  2.  
  3. #include   <stdio.h>
  4.  
  5.  
  6. char sz [33] = "SONY\n",
  7.      sz2[33] = "%d = %s";
  8.  
  9.  
  10.  
  11. /////////////////////////////////////////    gdfgd
  12. int main()                             //    dfgg
  13. {
  14.    
  15.     printf("TDK\n"    );    
  16.     printf( sz        );  
  17.     printf(sz2, 76, sz);      
  18. }
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. /*
  44. #include <iostream>
  45. using namespace std;
  46.  
  47. #include   <stdio.h>
  48.  
  49.  
  50. char sz[33] = "SONY";
  51.  
  52.  
  53.  
  54. /////////////////////////////////////////
  55. int main()                             //    
  56. {
  57.    
  58.     for(int i = 0; i < 4; i++)
  59.     {
  60.            
  61.        printf("sz[%d] =  %c\n", i, sz[i]);
  62.     }
  63.    
  64. }
  65.  
  66. */
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement