单项选择题下列语句中,在字符串s1和s2相等时显示 they are Equal 的是( )。
单项选择题以下程序运行后的输出结果是 #include<stdio.h> #define SUB(a)(a)-(a) main() int a=2, b=3, c=5, d; d=SUB(a+b)*e; printf( %d n , d);