关于算法中指针的疑问求解
c语言算法,如int ListInsert(SequenceList *L,int i,ElemType x)以及
int ListLength(SequenceList L)
何时用L,何时用*L?
int ListLength(SequenceList L) int ListInsert(SequenceList *L,int i,ElemType x)
c语言算法,如int ListInsert(SequenceList *L,int i,ElemType x)以及
int ListLength(SequenceList L)
何时用L,何时用*L?
int ListLength(SequenceList L) int ListInsert(SequenceList *L,int i,ElemType x)
2015-10-20
举报