#define HDY(A,B) A/B # define PRINT(Y) Printf(“y=%d/n.,Y) 有以下程序
#include “init.txt” main() {int a=1,b=2,c=3,d=4,k; K=HDY(a+c,b+d); PRINT(K); } 下面针对该程序的叙述正确的是( )。
A.编译有错
B.运行出错
C.运行结果为 y=0
D.运行结果为 y=6