当前学科:数据结构
  • 题目: 填空题
    写出算法的功能。int L(head){ node * head; int n=0; node *p; p=head; while(p!=NULL) { p=p->next; n++; } return(n); }

      答案: <查看本题扣1积分>

      查看答案

      答案不对?请尝试站内搜索