摘要: C 语言中提供了一些基本字符串格式化处理函数,包括: 1)puts("this is a string"); 简单输出字符串到 standard output 中,该函数只有多字节版本; 2)int len = printf("1 + 2 = %d", 1 + 2); 格式化输出字符串到 stand 阅读全文
posted @ 2020-03-25 15:45 罗飞居 阅读(1375) 评论(0) 推荐(1)