fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int a;
  5. printf("変数aのアドレス&a=%p",&a);
  6. // your code goes here
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
変数aのアドレス&a=0x7fff00a0c1e4