摘要:
好吧,我确实做错了这些题 1.我算的370 2.我算的是96 3. 被问到过这个问题,当时没反应过来想问什么,现在也没反应过来想问什么 printf 函数的原型为: # include <stdio.h> int printf(const char *format, ...); 4. 5. 6. 7 阅读全文
posted @ 2020-10-27 08:36
小白菜·球
阅读(94)
评论(0)
推荐(0)
摘要:
转载于:http://m.tilaile.com/question/15164 妙啊! #define MAX 255 int main() { unsigned char a[MAX],i; for(i=0;i<=MAX;i++) a[i]=i; for(i=0;i<=MAX;i++) print 阅读全文
posted @ 2020-10-27 08:18
小白菜·球
阅读(795)
评论(0)
推荐(0)
摘要:
转载于:https://blog.csdn.net/qq_21688871/article/details/88919221 有些东西不经常碰到确实会想不到 int main() { char *p="hello world"; //指向一个常量字符串应该这样声明确保不会越界操作:const cha 阅读全文
posted @ 2020-10-27 07:53
小白菜·球
阅读(761)
评论(0)
推荐(0)