NextSphere interview question

How memory were been allocated when using pointers in c ?

Interview Answer

Anonymous

23 Nov 2018

int *p=malloc(sizeof(int));