找考题网-背景图
填空题

假定要动态分配一个类型为struct Worker的对象,并由r指针指向这个对象,则使用的表达式为()=malloc(sizeof(struct Worker))。

【参考答案】

struct Worker* r