当前位置:   article > 正文

​printf()打印char* str ​_printf打印字符串

printf打印字符串

printf()打印char* str 

printf("%c\n",*str);//输出首字符

printf("%s\n",str);//输出整串字符

printf("%p\n",str);//输出字符串首字符地址

printf("%p\n",&str);//输出指针str的地址

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/347418
推荐阅读
  

闽ICP备14008679号