//$gcc ML.c //$size a.out #include #include int A; int B=10; char *Str="Hello World"; int main(){ int Alocal; int *p; p=(int*)malloc(40); return 0; }