fork(32) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int *p;
  5. int l=p,k;
  6. k=realloc(p,2*sizeof(char));
  7. printf("%d",k);
  8. }
  9.  
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
-67936240