摘要: 11.3字符串输出 put(),fputs(),printf()用于打印输出字符串 11.3.1puts函数 puts函数只需要把字符串的地址作为参数传递给他就行 #include <stdio.h> #define DEF "I am a #defined string." int main(vo 阅读全文
posted @ 2022-02-09 16:18 New灬撕裂の天堂 阅读(75) 评论(0) 推荐(0)