#include<stdio.h> main() {int x=10; {int x=20; printf("%d,",x); } printf("%d\n",x); } 输出结果? 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 include printf stdio.h int 搜索资料 1个回答 #热议# 为什么说不要把裤子提到肚脐眼? guojingcha 2013-06-21 · TA获得超过1.1万个赞 知道大有可为答主 回答量:1.3万 采纳率:42% 帮助的人:9953万 我也去答题访问个人页 关注 展开全部 输出20,10. 本回答由提问者推荐 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 广告您可能关注的内容360文库c语言代码下载,即下即用,「完整版」.doc全新热门文库文档下载,海量文档,随下随用,千万热门资料收录,全行业覆盖模板报告,教育考试,法律民生,生活娱乐,行业资料,尽在360文库!wenku.so.com广告c语言代码大全诗句AI解析,高效又专业kimi.moonshot.cn查看更多 其他类似问题 2020-12-07 #include<stdio.h> main() {printf("hello,world");} 3 2020-12-10 #include<stdio.h>int f(int a){int b=0;static int c=3;b++;c++;return(a+b+c);}void main() 58 2021-06-27 #include <stdio.h> void main() { int a=28,b; char s[10],*p; p=s; do { b=a%16; if(b<10) *p=b+48; el 18 2022-04-30 #include<stdio.h> int fun(int n,int *s){int f1,f2 2022-12-10 #include "stdio.h"int main(){int m=9;for (; m > 0; m--)if (m % 3 == 0)printf("%d", --m);return 0;} 2022-09-25 C语言求输出结果谢谢#include<stdio.h> 2021-04-17 #include <stdio.h> #define F(X,Y) X*Y main() { int a=3, b=4; printf("%d\n", F(a+b, a-b)); } 4 2013-11-20 下面程序的输出结果是( ).#include <stdio.h> main() { int x='f'; printf("%c\n 3 更多类似问题 > 为你推荐: