单项选择题悬浮生长型细胞来源( )。
单项选择题有如下程序 #include #define D(x) 4*x+1 main() { int i = 2, j = 4; printf( %d , D(i+j)); } 程序运行后的输出结果是A. 12B. 9C. 25D. 13