考试
2022-12-31 16:39:03

现有如下程序#include "stdio.h&q

题目描述

现有如下程序#include "stdio.h"int fun(int x){ printf("x=%d\n",++x);  }main( ){ fun(12+5); }则程序的输出结果是

A、12

B、13

C、17

D、18

本站整理有大量高等教育、资格考试类试题答案,Ctrl+D收藏备用!

答案解析

: D无

: D

加载中...
AI正在思考中,请稍候...