[编程入门]自定义函数之字符提取
摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>void find_char(char *str, char *resu……
1033: [编程入门]自定义函数之字符提取
摘要:#include<stdio.h>#include<string.h>voidfind_char(char*str,&n……
自定义函数之字符提取(C语言)
摘要:解题思路:注意事项:参考代码:#include<stdio.h>void a(){ char x[100],y[100]; int z=……