单项选择题下列程序的输出结果是______。 main() int a=0, b=0, c=0; if(++a>0||++b>0)++c; printf( na=%d,b=%d,c=%d ,a,b,c) ;
单项选择题对于n个结点的单向链表(无表头结点),需要指针单元的个数至少为______。