会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ttweixiao9999
不要轻视他人,每个人都有我们值得学习的地方 Don't look down on others, everyone has something to learn from
博客园
首页
新随笔
联系
订阅
管理
2022年5月16日
C语言整型在内存中的存储练习题详解1(Detailed explanation 1 of the practice questions of the storage in memory for c language )
摘要: C语言整型在内存中的存储 练习1 —— 说明以下代码输出结果 1 #define _CRT_SECURE_NO_WARNINGS 1 2 #include <stdio.h> 3 4 int main() 5 { 6 char a = -1; 7 signed char b = -1; 8 unsi
阅读全文
posted @ 2022-05-16 09:26 ttweixiao9999
阅读(56)
评论(0)
推荐(0)
编辑
公告