问题详情
有以下程序
#include <stdio.h>
maain()
{ int a=12,c;
c=(a$amp; printf(”%d ”,c);
}
程序运行后的输出结果是
A)3
B)50
C)2
D)96