请在 下方输入 要搜索的题目:

Which one is correct when execute the following code?int x=0,y=0,z=0;if (x=y+z) printf("***");else printf("###");


A、Syntaxerrorwhilecompiling;
B、Itoutputs***;
C、Errorwhilelinking;
D、Itoutputs###

发布时间:2025-08-18 09:30:57
推荐参考答案 ( 由 题搜搜 官方老师解答 )
答案:It outputs ###
登录 - 搜搜题库网
立即注册
注册 - 搜搜题库网
立即登录