P= (int *) malloc(n*2); what does it mean?

Started by Tyler-Jay, November 17, 2016, 07:04:54 PM

Previous topic - Next topic

Umar

Hi all, I would like to ask you a little weird problem, p= (int *) malloc(n*2); what does it mean? I thank you for giving me your opinion as soon as possible.