#include<stdio.h> int main() { int a=15; printf("%#xn",a); return 0; } /* output 0xf; */ //(15)10= (f)16 //#x的作用是把一个数用16进制表示出来
#include<stdio.h> int main() { int a; printf("%dn",a); return 0; } /* output 0 */
//变量为什么要初始化
转载于:https://www.cnblogs.com/renchong/p/5287481.html
最后
以上就是大力冥王星最近收集整理的关于郝斌C语言代码的全部内容,更多相关郝斌C语言代码内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复