c语言puts()输出数组出现乱码,

日期:2022-04-12 06:06:56 人气:1

c语言puts()输出数组出现乱码,

//因为没有结束标识'\0'

#include <stdio.h>

#include <ctype.h>

void COPY(char *, char *, int);

int main()

{

char ar1[1

    A+
热门评论