今天的学习内容在我上传的资源里面
我提供下链接供参考
http://download.youkuaiyun.com/download/lsy888520/10125331
相关代码
我提供下链接供参考
http://download.youkuaiyun.com/download/lsy888520/10125331
相关代码
1.c
#include <stdio.h>
#include <string.h>
#define N 31
int main()
{
char arr[N];
printf("please input string Length of 1 to 30.\n");
gets(arr);
// do
// {
int i, M;
M = strlen(arr);
for(i = 0; i < M; i++)
{
if(arr[i] >= '0' &&
#include <string.h>
#define N 31
int main()
{
char arr[N];
printf("please input string Length of 1 to 30.\n");
gets(arr);
// do
// {
int i, M;
M = strlen(arr);
for(i = 0; i < M; i++)
{
if(arr[i] >= '0' &&