fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. char arr[2][3][3] = {'A','P','P','L','I','E','D',' ','C','O','U','R','S','E'};
  6. char (*p) [2][3][3] = &arr;
  7. printf("%u%u",p,arr);
  8. return 0 ;
  9. }
  10.  
Success #stdin #stdout 0s 4136KB
stdin
Standard input is empty
stdout
38300062883830006288