A. -p B. -l C. -o D. -c
A. 成倒序形式排列 B. 成顺序形式排列 C. 随机排列 D. 没有次序
A. gcc -o test.c test.o B. gcc -o test.o test.c C. gcc -O test.o test.c D. gcc -O test.c test.o
A. makefile B. Makefile C. file D. GNUmakefile