c语言 输入语句 找出语句中 最长的单词_百度知道
c语言 输入语句 找出语句中 最长的单词#include <string.h>#include <stdio.h>void main(){ char a[1000]; char b[30]; int i,j,m=0...
c语言-找出语句中中最长的单词——CSDN问答频道
找出语句中中最长的单词 c语言 #include #include void function(char str[]); /*函数声明在外面*/ void main() { char str[100]; printf("请输入一行字符...