问题:
A、malloc(n)
B、calloc(n,sizeof(struct Worker))
C、calloc(n*sizeof(struct Worker))
D、realloc(n,sizeof(struct Worker))
相关内容