C language - dynamic memory allocation

后端 未结 0 1951
情话喂你
情话喂你 2020-11-29 16:19
int* numPtr1;    

numPtr1 = malloc(sizeof(int));    

I want to know the difference of the syntax of memory allocation. Please compare the above and

相关标签:
回答
  • 消灭零回复
提交回复
热议问题