fork download
  1. #include <stdio.h>
  2. int main(void) {
  3. struct datt1 {
  4. int a ;
  5. } a1,a2;
  6. printf("%p\n",&a1);
  7. printf("%p\n",&a2);
  8.  
  9. }
Success #stdin #stdout 0s 5284KB
stdin
abc sjjab
stdout
0x7ffff252b430
0x7ffff252b434