NextSphere interview question

How memory were been allocated when using pointers in c ?

Interview Answer

Anonymous

Nov 23, 2018

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