随笔-295  评论-26  文章-1  trackbacks-0

void testmy(){
 char *hello="??大点的";

 char hellodd[]={hello};
 unsigned char test= hellodd[2];
 if(test>137){

 printf("大于%u",test);
 }else
 {
  printf("小于");
 }
//putchar((char)hello[5]);
printf("字符:%d \n",hellodd[2]);
printf("%d",strlen( hellodd));

}



大盘预测 国富论
posted on 2009-03-10 13:48 华梦行 阅读(79) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: