C 多个字符从两边向中间汇聚

1.程序代码 #define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> #include <Windows.h> #include <string.h> int main() { char arr1[] = "welcome to exchange!!!"; char arr2[] = "**********************";// 定义两个
相关文章
相关标签/搜索