_
累了累了
{:10_257:}
第一次回帖,讲得很细,楼主费心了!
学习来了
我裂开
001
#include <stdio.h>
int main()
{ char i;
unsigned char j;
i = 255;
j = 255;
printf("%d\n",i);
printf("%d\n",j);
return 0;
}
#include <stdio.h>
#include <math.h>
int main ()
{
long long char c;
c = 128;
d = pow(c,5);
printf("input a data:\n");
scanf("%d",&c);
printf("%d\n",c);
return 0;
}
看不懂{:7_119:}
码住!
不懂,而且代码打好后执行也是错误的
小甲鱼,我要看答案!
printf("变量j的值是:%#X(%d)\n", j, j);
小甲鱼,请问第12行的 %# 是什么意思?
点赞
看着挺难
学习
我
e
123456
多用就明白了。。。。。。