-->
当前位置:首页 > 题库 > 正文内容

Multiple choice:#include

Luz3年前 (2021-05-10)题库304
#include
main()
{
int a=3;
printf(“%d\n”,a+=a-=a*a);
}
The output of the program is
。 @[ B](2)
A. 9
B. -12
C. 0
D. 3




A.9
B.-12
C.0
D.3


answer:B

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。