fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. char *str[] = {
  6. "abc",
  7. "def"
  8. };
  9.  
  10. printf("%p\n", str);
  11.  
  12. return 0;
  13. }
Success #stdin #stdout 0.01s 1720KB
stdin
Standard input is empty
stdout
0xbfdb91f0