#include #include #include int main() { int *tab=malloc(50); printf("%p \n (%d)",tab,(int)sizeof(tab)); sleep(30); return 0; }