填空题 设有以下定义   stuct ss   { int info; struct ss *link;}x,y,z;   且已建立如下图所示链表结构:
  • 1、
【正确答案】 1、[19]x.link=y.link;    
【答案解析】