设有定义struct date{  int  day;  char  month;  int   year;  } dd,  *pd = d ,请写出引用结构体成员day用指针描述的两种形式    (1)    、    (2)    。