排序
是将读入的字符串s1复制给字符串s2
以下程序的功能是将读入的字符串s1复制给字符串s2。#include 'stdio.h'void main( ){int i; char s1[20],s2[20]; printf('enter string1'); gets(s1);for(i=0; ① ;i...
将读入的字符串str进行逆序后输出
以下程序的功能是将读入的字符串str进行逆序后输出。#include 'stdio.h'void main(){ char str[100],k;int n,i,j; gets(str); n=0; while( ① ) n++; for( ...
读入的两个字符串s1
以下程序的功能是读入的两个字符串s1,s2进行连接操作(s2连接到s1后)。#include 'string.h'void main(){ char s1[100],s2[100]; int i,j; gets(s1); get...


![如何运用ps匹配、替换混合颜色?——使用[替换颜色]命令-伊丞小站(YLIMHS.COM)](https://www.ylimhs.com/wp-content/uploads/2020/05/20200504_5eb02b1924dc9.png)



