fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4.  
  5. int a;
  6.  
  7. printf("変数aのアドレス &a = %p\n",&a);
  8.  
  9.  
  10.  
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
変数aのアドレス &a = 0x7fff19ec7424