若已有如下定义:  struct node{      int data;      struct node *link;  } *p;  并且希望通过语句“p=(struct node)malloc( );”使得指针p指向一个具有struct node类型的动态存储空间,则该语句中的空白处(横线上方)应该填入()
出自:考研