Advertisement
dllbridge

Untitled

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