设有以下程序段,则在main函数中使用语句是无意义的()
A:printf(“%d/n”,min(a,b));
B:c=min(a,b);
C:c=(*p)(a,b);
D:p++;
出自:计算机科学