Advertisement
dllbridge

Untitled

May 13th, 2023
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1.  
  2. #include   <stdio.h>
  3.  
  4. char sz[14][19] = {"- - -", "Jan", "Feb", "Apr"};
  5.  
  6.  
  7.  
  8. ////////////////////////////////////////////////
  9. int main()
  10. {
  11.  
  12.     for(int i = 1; i < 4; i++)  printf("%s\n", sz[i]);
  13.    
  14.    
  15. return 0;
  16. }
  17.  
  18.  
  19.  
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement