fork download
  1. #include <stdio.h>
  2.  
  3. int main(void)
  4. {
  5. char txt[256];
  6. printf("comparaison\n");
  7. printf("%p\n",txt);
  8. printf("%p\n",&txt);
  9.  
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 10320KB
stdin
Standard input is empty
stdout
comparaison
0x7fffb9c412a0
0x7fffb9c412a0